Skip to content
Cursor

ContextStream MCP Server for Cursor

io.github.contextstreamio/mcp-server

ContextStream MCP server for code context, memory, search, and AI tools.

client:Cursor transport:stdio runtime:npm

Install ContextStream MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@contextstream/mcp-server"
      ],
      "env": {
        "CONTEXTSTREAM_API_KEY": "<CONTEXTSTREAM_API_KEY>",
        "CONTEXTSTREAM_API_URL": "<CONTEXTSTREAM_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ContextStream MCP Server in other clients