ContextStream MCP Server for Claude Desktop
io.github.contextstreamio/mcp-server
ContextStream MCP server for code context, memory, search, and AI tools.
client:Claude Desktop
transport:stdio
runtime:npm
Install ContextStream MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@contextstream/mcp-server"
],
"env": {
"CONTEXTSTREAM_API_KEY": "<CONTEXTSTREAM_API_KEY>",
"CONTEXTSTREAM_API_URL": "<CONTEXTSTREAM_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs