Skip to content
Windsurf

Infimium for Windsurf

io.github.aryankumar06/infimium

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

client:Windsurf transport:stdio runtime:npm

Install Infimium in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Infimium in other clients