MCP Server
MCP
io.github.threadctx-dev/threadctx-mcp
Shared memory MCP server for AI coding agents — local by default, team-shared via threadctx.dev.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "threadctx-mcp",
"version": "0.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "'local' (default, free, no signup) or 'cloud' (shared team memory)",
"format": "string",
"name": "THREADCTX_MODE"
},
{
"description": "API key for cloud mode, issued at threadctx.dev. Not needed in local mode.",
"format": "string",
"isSecret": true,
"name": "THREADCTX_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment