Home › Development › Infimium

Infimium

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

TypeScript
★ 22 stars Last pushed 2026-09-11 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.1)

npx -y infimium@0.3.1

Or add to your MCP client config:

{
  "mcpServers": {
    "infimium-agent": {
      "command": "npx",
      "args": [
        "-y",
        "infimium@0.3.1"
      ],
      "env": {
        "SEARCH_API_KEY": "<YOUR_VALUE>",
        "SEARCH_PROVIDER": "<YOUR_VALUE>",
        "CODEBASE_PATH": "<YOUR_VALUE>",
        "LOCAL_DOCS_PATH": "<YOUR_VALUE>",
        "CHROMADB_HOST": "<YOUR_VALUE>",
        "OLLAMA_HOST": "<YOUR_VALUE>",
        "SHELL_ALLOWLIST": "<YOUR_VALUE>"
      }
    }
  }
}
  • SEARCH_API_KEY secret — Optional Tinyfish API key for web_search.
  • SEARCH_PROVIDER — Search provider. Use tinyfish for the current web_search implementation.
  • CODEBASE_PATH — Absolute path to the codebase Infimium should index.
  • LOCAL_DOCS_PATH — Absolute path to local docs Infimium should index.
  • CHROMADB_HOST — ChromaDB HTTP endpoint.
  • OLLAMA_HOST — Ollama HTTP endpoint.
  • SHELL_ALLOWLIST — Comma-separated commands allowed by the shell tool.

Related servers

Data from the Official MCP Registry