ContextStream MCP
Freeby MCP Community
ContextStream MCP server - v0.4.x with consolidated domain tools (~11 tools, ~75% token reduction). Code context, memory, search, and AI tools.
v0.4.74Added Apr 12, 2026
mcpmodel-context-protocolcontextstreamaicode-context
@contextstream/mcp-server MCP Server
ContextStream MCP server - v0.4.x with consolidated domain tools (~11 tools, ~75% token reduction). Code context, memory, search, and AI tools.
Installation
npx -y @contextstream/mcp-server
Reviews
Installation
Quick install
npx -y @contextstream/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"contextstream-mcp": {
"command": "npx",
"args": ["-y", "@contextstream/mcp-server"]
}
}
}