Skip to content
Cline

ContextStream MCP Server for Cline

io.github.contextstreamio/mcp-server

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

client:Cline transport:stdio runtime:npm

Install ContextStream MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ContextStream MCP Server in other clients