Skip to content
Back to search
30
MCP

@contextstream/mcp-server

npm/@contextstream/mcp-server

MCP server that gives AI coding assistants persistent memory, semantic code search, a dependency graph, grounded Q&A, and team context (GitHub/Slack/Notion) — works with Claude Code, Cursor, VS Code Copilot, Windsurf, Cline, and any Model Context Protocol

Uptime
0.0%
8 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@contextstream/mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}