ContextStream MCP server for code context, memory, search, and AI tools.
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
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Read, write, and manage files on the local filesystem
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
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.
Give your AI coding assistant brilliant memory, deep context, and superpowers it never had.
npx --prefer-online -y @contextstream/mcp-server@latest setup
curl -fsSL https://contextstream.io/scripts/mcp.sh | bash
irm https://contextstream.io/scripts/mcp.ps1 | iex
Then run:
contextstream-mcp setup
npx --prefer-online -y @contextstream/mcp-server@latest setup
After setup, restart VS Code/Copilot.
Works with: Claude Code • Cursor • VS Code • Claude Desktop • Codex CLI • OpenCode • Antigravity
Other tools give your AI a notepad. ContextStream gives it a brain.
Your AI doesn't just remember things—it understands your entire codebase, learns from every conversation, pulls knowledge from your team's GitHub, Slack, and Notion, and delivers exactly the right context at exactly the right moment.
One setup. Instant transformation.
| Before | After |
|---|---|
| AI searches files one-by-one, burning tokens | Semantic search finds code by meaning in milliseconds |
| Context lost when conversations get long | Smart compression preserves what matters before compaction |
| Team knowledge scattered across tools | Unified intelligence from GitHub, Slack, Notion—automatically |
| Same mistakes repeated across sessions | Lessons system ensures your AI learns from every failure |
| Generic responses, no project awareness | Deep context about your architecture, decisions, patterns |
Ask "where do we handle authentication?" and get the answer instantly. No grep chains. No reading 10 files. Your AI understands your code at a conceptual level.
Every message is analyzed. Risky refactor? Relevant lessons surface automatically. Making a decision? Your AI knows to capture it. The right context, every time, without you asking.
Connect GitHub, Slack, and Notion. Discussions from months ago? Surfaced when relevant. That architecture decision buried in a PR comment? Your AI knows about it.
"What depends on UserService?" "What's the impact of changing this function?" Your AI sees the connections across your entire codebase.
Long conversation? ContextStream tracks token usage, auto-saves critical state, and ensures nothing important is lost when context compacts.
init → Loads your workspace context instantly
context → Delivers relevant context every single message
search → Semantic, hybrid, keyword—find anything by meaning
session → Captures decisions, preferences, lessons automatically
memory → Builds a knowled
... [View full README on GitHub](https://github.com/contextstream/mcp-server#readme)