@10sai-tech/knowledge-mcp
v0.1.2
Published
Installer CLI for Tensai Knowledge MCP (Cursor mcp.json)
Readme
@10sai-tech/knowledge-mcp
Installer CLI for the Tensai Knowledge MCP: configures Cursor (and compatible editors) mcp.json without overwriting other MCP servers.
Runs on Node 20+ (single bundled binary; Bun not required for end users).
Install / run
npx -y @10sai-tech/knowledge-mcp@latest
npx -y @10sai-tech/knowledge-mcp@latest install --global --url https://your-host.example.com
npx -y @10sai-tech/knowledge-mcp@latest doctor --url https://your-host.example.com/mcp
npx -y @10sai-tech/knowledge-mcp@latest update --url https://your-host.example.com/mcpInteractive mode: run with no subcommand (TTY) for the install wizard.
Commands
| Command | Purpose |
|---------|---------|
| (default) / wizard | Interactive setup |
| install | Write or merge MCP config (--global or project) |
| doctor | Check Memory API + MCP endpoint |
| update | Refresh config / version hints |
Auth: set KNOWLEDGE_MCP_AUTHORIZATION (Bearer …) or TENSAI_JWT — see monorepo MCP.md.
Monorepo
mcp-10sai · MCP server package: @10sai-tech/knowledge-mcp-server
License
Apache-2.0 — see LICENSE.
