HomeKnowledge & Memory › threadctx-mcp

threadctx-mcp

Shared memory MCP server for AI coding agents — local by default, team-shared via threadctx.dev.

TypeScript CloudLocal macOSWindowsLinux
★ 1 stars Last pushed 2026-07-29 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "threadctx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "THREADCTX_MODE": "<YOUR_VALUE>",
        "THREADCTX_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • THREADCTX_MODE — 'local' (default, free, no signup) or 'cloud' (shared team memory)
  • THREADCTX_API_KEY secret — API key for cloud mode, issued at threadctx.dev. Not needed in local mode.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry