Knowledge Systems
Trust: 41/100 (Fair)ContextStream MCP Server Guide
ContextStream MCP server for code context, memory, search, and AI tools.
29 starsby contextstream
Quick Start
Install
npx @contextstream/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-contextstreamio-mcp-server": {
"command": "npx",
"args": [
"@contextstream/mcp-server"
]
}
}
}