ContextStream MCP server for code context, memory, search, and AI tools.
MCPpedia last refreshed this data
io.github.contextstreamio/mcp-server is an MCP server that ContextStream MCP server for code context, memory, search, and AI tools. Its tool list has not been published yet over stdio and http, requires no API key, and scores 88/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"contextstream": {
"env": {
"CONTEXTSTREAM_API_KEY": "your_key",
"CONTEXTSTREAM_API_URL": "https://api.contextstream.io"
},
"args": [
"--prefer-online",
"-y",
"@contextstream/mcp-server@latest"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
npx --prefer-online -y @contextstream/mcp-server@latest setup
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@contextstream/mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @contextstream/mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / ai-ml
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP client bridge: connects to MCP servers and registers their tools on ctx.tools
MCP Security Weekly
Get CVE alerts and security updates for io.github.contextstreamio/mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Persistent memory, semantic code search, and team context for Claude Code, Cursor, VS Code Copilot, Windsurf — and every MCP-compatible AI coding assistant.
🏆 90.0% on LongMemEval-S — the full 500-instance suite with the official judge.
Beats supermemory with statistical significance; matches Zep. See the benchmarks →
Documentation • Pricing • FAQ
npx --prefer-online -y @contextstream/mcp-server@latest setup
That one command detects your AI editors, writes their MCP configs and rules, installs lifecycle hooks where supported, indexes your project in the background, and verifies everything it just did — then you restart your editor and your AI has memory. Free tier available.
Automating it? Zero-prompt mode takes every default:
npx --prefer-online -y @contextstream/mcp-server@latest setup --yes
ContextStream scores 90.0% on the full LongMemEval-S benchmark, the standard test of conversational memory over ~115k-token multi-session histories. That's the complete 500-instance suite with the official GPT-4o judge — 450/500 correct (89.6% single-shot, 90.0% with self-consistency k=3; Wilson 95% CI [87.1%, 92.3%]). Published June 14, 2026.
| System | LongMemEval-S | Notes |
|---|---|---|
| ContextStream | 90.0% | Full 500 instances, official GPT-4o judge |
| Zep | 90.2% | Vendor-published — a statistical tie (0.2 pt is inside measurement noise) |
| supermemory | 85.4% | Vendor-published — ContextStream wins with statistical significance |
On multi-session recall — the memory that actually matters for a coding agent working across days of sessions — ContextStream scores 81.2% vs Zep's published 57.9% in the per-family comparison. And on the agentic project-memory benchmark, the same memory raises agent task success from 58% to 96%.
Full methodology, per-family breakdowns, and judge-comparability notes (competitor numbers are cited from each vendor's own publications): contextstream.io/benchmarks
ContextStream is a Model Context Protocol (MCP) server that gives AI coding assistants long-term memory and deep codebase understanding. It indexes your code for semantic search, records your decisions, lessons, and plans across sessions, maps your dependency graph, and pulls in team knowledge from GitHub, Slack, and Notion — then delivers exactly the right slice of all that to your AI on every message.
It works with any MCP client: Claude Code, Cursor, VS Code + GitHub Copilot, Windsu