Skip to content
Cline

Infimium for Cline

io.github.aryankumar06/infimium

Private AI context layer for semantic code search, dependency graphs, memory, and workspaces.

client:Cline transport:stdio runtime:npm

Install Infimium 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": {
    "infimium": {
      "command": "npx",
      "args": [
        "-y",
        "infimium"
      ],
      "env": {
        "SEARCH_API_KEY": "<SEARCH_API_KEY>",
        "SEARCH_PROVIDER": "<SEARCH_PROVIDER>",
        "CODEBASE_PATH": "<CODEBASE_PATH>",
        "LOCAL_DOCS_PATH": "<LOCAL_DOCS_PATH>",
        "CHROMADB_HOST": "<CHROMADB_HOST>",
        "OLLAMA_HOST": "<OLLAMA_HOST>",
        "SHELL_ALLOWLIST": "<SHELL_ALLOWLIST>"
      }
    }
  }
}

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

Infimium in other clients