Loading MCP server directory, please wait...
ContextStream MCP server for code context, memory, search, and AI tools.
npx @getmcp/cli add io.github.contextstreamio/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
CONTEXTSTREAM_API_KEYContextStream API key (create one at contextstream.io)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.contextstreamio/mcp-server": {
"command": "npx",
"args": [
"-y",
"@contextstream/mcp-server"
],
"env": {
"CONTEXTSTREAM_API_KEY": "",
"CONTEXTSTREAM_API_URL": "https://api.contextstream.io"
}
}
}
}