Persistent memory for AI coding assistants. Works across Cursor, Claude, Windsurf, VS Code and any MCP client. Remember decisions, search semantically, analyze code dependencies — 60+ tools. Your AI's permanent brain.
Server Config
{
"mcpServers": {
"contextstream": {
"command": "npx",
"args": [
"-y",
"@contextstream/mcp-server"
],
"env": {
"CONTEXTSTREAM_API_URL": "https://api.contextstream.io",
"CONTEXTSTREAM_API_KEY": "your_api_key"
}
}
}
}