ContextStream MCP server - v0.4.x with consolidated domain tools (~11 tools, ~75% token reduction). Code context, memory, search, and AI tools.
npm install @contextstream/mcp-server

Give your AI coding assistant brilliant memory, deep context, and superpowers it never had.
---
``bash`
npx @contextstream/mcp-server@latest setup

---
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 |
---
---
`bash`
npx @contextstream/mcp-server@latest setup
The wizard handles everything: authentication, configuration, editor integration, and optional hooks that supercharge your workflow.
Works with: Claude Code • Cursor • VS Code • Claude Desktop • Codex CLI • Antigravity
---
``
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 knowledge graph of your project
graph → Maps dependencies and analyzes impact
project → Indexes your codebase for semantic understanding
media → Index and search video, audio, images (great for Remotion)
integration → Queries GitHub, Slack, Notion directly
Your AI uses these automatically. You just code.
---
> Skip this if you ran the setup wizard.
Claude Code
`bash`
claude mcp add contextstream -- npx @contextstream/mcp-server
claude mcp update contextstream -e CONTEXTSTREAM_API_KEY=your_key
Cursor / Claude Desktop
`json`
{
"mcpServers": {
"contextstream": {
"command": "npx",
"args": ["-y", "@contextstream/mcp-server"],
"env": { "CONTEXTSTREAM_API_KEY": "your_key" }
}
}
}
Locations: ~/.cursor/mcp.json • ~/Library/Application Support/Claude/claude_desktop_config.json
VS Code
`json`
{
"servers": {
"contextstream": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@contextstream/mcp-server"],
"env": { "CONTEXTSTREAM_API_KEY": "your_key" }
}
}
}
GitHub Copilot CLI
Use the Copilot CLI to interactively add the MCP server:
`bash`
/mcp add
Or add to ~/.copilot/mcp-config.json:
`json``
{
"mcpServers": {
"contextstream": {
"command": "npx",
"args": ["-y", "@contextstream/mcp-server"],
"env": { "CONTEXTSTREAM_API_KEY": "your_key" }
}
}
}
For more information, see the GitHub Copilot CLI documentation.
---
Website: https://contextstream.io
Docs: https://contextstream.io/docs
---
Stop teaching your AI the same things over and over.
ContextStream makes it brilliant from the first message.