Best for
- Developers on long-running projects using Claude Code, Cursor, Windsurf, or similar tools
- Teams needing cross-session memory and codebase understanding
A feature-rich memory and code-search MCP server with a setup wizard covering major editors and a free tier. Its core value is cross-session memory, semantic search, and compaction protection, at the cost of cloud dependency and an API key.
ContextStream MCP Server gives MCP-compatible AI coding assistants (Claude Code, Cursor, VS Code Copilot, Windsurf, and more) persistent memory, semantic code search, and cross-session learning. It indexes your codebase, records decisions and lessons, maps the dependency graph, and pulls in team knowledge from GitHub, Slack, and Notion. Per vendor benchmarks it scores 90.0% on the full 500-instance LongMemEval-S suite with the official GPT-4o judge.
Run npx --prefer-online -y @contextstream/mcp-server@latest setup to auto-configure editors, or manually add the npx launch command to your MCP config with CONTEXTSTREAM_API_KEY (required) and CONTEXTSTREAM_API_URL (optional, default https://api.contextstream.io). A hosted remote endpoint at https://mcp.contextstream.io/mcp (streamable-http, with OAuth) is also available.
{"mcpServers":{"contextstream":{"command":"npx","args":["--prefer-online","-y","@contextstream/mcp-server@latest"],"env":{"CONTEXTSTREAM_API_URL":"https://api.contextstream.io","CONTEXTSTREAM_API_KEY":"your_key"}}}}