threadctx mcp for Cline
io.github.threadctx-dev/threadctx-mcp
Shared memory MCP server for AI coding agents — local by default, team-shared via threadctx.dev.
client:Cline
transport:stdio
runtime:npm
Install threadctx mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"threadctx-mcp": {
"command": "npx",
"args": [
"-y",
"threadctx-mcp"
],
"env": {
"THREADCTX_MODE": "<THREADCTX_MODE>",
"THREADCTX_API_KEY": "<THREADCTX_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs