@tekmemo/mcp-server
v0.1.1
Published
Production-ready Model Context Protocol boundary adapter for local, cloud, and hybrid TekMemo runtimes.
Readme
@tekmemo/mcp-server
Purpose
MCP adapter. Model Context Protocol boundary adapter exposing TekMemo memory as MCP tools, resources, and prompts.
Install
npm install @tekmemo/mcp-serverQuick start
npm install @tekmemo/mcp-server @tekmemo/cloud-client tekmemo @tekmemo/fs
TEKMEMO_API_KEY="tk_live_..." \
TEKMEMO_CLOUD_URL="https://memo.tekbreed.com/api/v1" \
tekmemo-mcp-server --runtime cloud --project-id proj_123Boundary
This package owns its package-level contract only. It does not own TekMemo Cloud billing, dashboards, tenancy, hosted database storage, or provider secrets unless explicitly stated by its package name.
For hosted memory, use @tekmemo/cloud-client. For local file-backed memory, use tekmemo with @tekmemo/fs. For MCP tools, use @tekmemo/mcp-server.
License
MIT.
