Skip to content
Cline

code context for Cline

io.github.infino-ai/code-context

Local code search for AI coding agents: hybrid keyword + semantic + SQL over an index in your repo.

client:Cline transport:stdio runtime:npm

Install code context 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": {
    "code-context": {
      "command": "npx",
      "args": [
        "-y",
        "@infino-ai/code-context"
      ],
      "env": {
        "CX_ROOT": "<CX_ROOT>",
        "CX_INDEX_DIR": "<CX_INDEX_DIR>",
        "CX_AUTO_SYNC": "<CX_AUTO_SYNC>",
        "CX_NO_EMBED": "<CX_NO_EMBED>",
        "CX_NO_RECEIPT": "<CX_NO_RECEIPT>"
      }
    }
  }
}

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

code context in other clients