← All servers
ContextStream MCP Server
latest · 1.0.5Project memory, semantic code search, and grounded agent context.
Install
Needs an env var: CONTEXTSTREAM_API_KEY
— replace the <placeholders> with your values.
claude mcp add io-github-contextstream-mcp-server --env CONTEXTSTREAM_API_KEY=<CONTEXTSTREAM_API_KEY> -- npx @contextstream/mcp-server /mcp confirms it's connected.
Or add it manually in ~/.cursor/mcp.json:
{
"mcpServers": {
"io-github-contextstream-mcp-server": {
"command": "npx",
"args": [
"@contextstream/mcp-server"
],
"env": {
"CONTEXTSTREAM_API_KEY": "<CONTEXTSTREAM_API_KEY>"
}
}
}
}
In claude_desktop_config.json (Settings → Developer → Edit
Config), then restart:
{
"mcpServers": {
"io-github-contextstream-mcp-server": {
"command": "npx",
"args": [
"@contextstream/mcp-server"
],
"env": {
"CONTEXTSTREAM_API_KEY": "<CONTEXTSTREAM_API_KEY>"
}
}
}
} Config entry, any MCP client:
{
"command": "npx",
"args": [
"@contextstream/mcp-server"
],
"env": {
"CONTEXTSTREAM_API_KEY": "<CONTEXTSTREAM_API_KEY>"
}
} Community score
Community — from web signals no reviews yet
Public discussion about this server (community v1) — not enough signal to score yet. First-party reviews join the formula in v2.
What the web says
Ecosystem baseline 53 / 100
Objective public usage & activity (formula v3) — a secondary sort, never blended into the community score.
Ecosystem signals 3 collected
- GitHub stars · 2 hours ago
- ★ 43
- Last commit · 2 hours ago
- today
- Issue close rate · 2 hours ago
- 100%
Version history 1
- 1.0.5 release date unknown