Skip to content
Cursor

ContextStream for Cursor

io.contextstream/mcp

Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).

client:Cursor transport:streamable-http

Install ContextStream in Cursor

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

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.contextstream.io/mcp?default_context_mode=fast&src=registry"
    }
  }
}

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

ContextStream in other clients