@10sai-tech/knowledge-mcp-server
v0.1.2
Published
Tensai Knowledge MCP server (stdio for Node; library + HTTP dev via Bun in repo)
Downloads
95
Readme
@10sai-tech/knowledge-mcp-server
Tensai Knowledge MCP server: typed client for Mastra Memory HTTP API, MCP tool registration, and a Node 20+ stdio binary for IDE integration.
Persistent memory lives in mastra-10sai; this package is the MCP gateway layer.
Install
npm install @10sai-tech/knowledge-mcp-serverStdio binary (published)
After install, knowledge-mcp-stdio runs the bundled MCP server over stdio (JWT via KNOWLEDGE_MCP_AUTHORIZATION or related env — see monorepo MCP.md).
npx -y @10sai-tech/knowledge-mcp-server@latest
# or use the bin name knowledge-mcp-stdio when installed as a dependencyLibrary
Exports include MastraMemoryClient, createMastraMemoryClientFromEnv(), and MCP server helpers. Streamable HTTP dev server (bun run mcp:http) is for contributors in the monorepo clone (requires Bun).
Monorepo
Source and full configuration: mcp-10sai. End-user installer CLI: @10sai-tech/knowledge-mcp.
License
Apache-2.0 — see LICENSE.
