Skip to content
Claude Code

Infimium for Claude Code

io.github.aryankumar06/infimium

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

client:Claude Code transport:stdio runtime:npm

Install Infimium in Claude Code

run in your project directory

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

claude mcp add infimium -e SEARCH_API_KEY=<SEARCH_API_KEY> -e SEARCH_PROVIDER=<SEARCH_PROVIDER> -e CODEBASE_PATH=<CODEBASE_PATH> -e LOCAL_DOCS_PATH=<LOCAL_DOCS_PATH> -e CHROMADB_HOST=<CHROMADB_HOST> -e OLLAMA_HOST=<OLLAMA_HOST> -e SHELL_ALLOWLIST=<SHELL_ALLOWLIST> -- npx -y infimium

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

Infimium in other clients