@kordra/mcp
v0.1.31
Published
Kordra MCP server — your team's operational memory (decisions, tasks, documents) for Claude Code, Codex, Cursor, and other MCP clients.
Maintainers
Readme
@kordra/mcp
Kordra MCP server — your team's operational memory (decisions, tasks, documents) for Claude Code, Codex, Cursor, and other MCP clients.
Use
Add to your agent (run in your repo). The version is PINNED — a pinned tag means a future (or compromised) publish never auto-runs on your machine:
Claude Code:
claude mcp add kordra -- npx -y @kordra/[email protected]Codex:
codex mcp add kordra --env KORDRA_HUB_URL=https://api.kordra.ai --env KORDRA_TOKEN=mx_... -- npx -y @kordra/[email protected]Cursor: add to .cursor/mcp.json — `{ "mcpServers": { "kordra": { "command": "npx",
"args": ["-y", "@kordra/[email protected]"], "env": { "KORDRA_HUB_URL": "https://api.kordra.ai", "KORDRA_TOKEN": "mx_..." } } } }
Configure with env (or ~/.kordrarc.json):
KORDRA_HUB_URL=https://api.kordra.ai
KORDRA_TOKEN=mx_... # your seat token from the Kordra console (Settings → Connect your seat)Then, in your repo, ask your agent to "populate this project from the codebase".
