PluginBench
MCP Server
Active
MIT

Infimium MCP Server

io.github.aryankumar06/infimium

What is the Infimium MCP server?

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

How to install Infimium

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "infimium": {
      "command": "npx",
      "args": [
        "-y",
        "infimium"
      ],
      "env": {
        "SEARCH_API_KEY": "<YOUR_SEARCH_API_KEY>",
        "SEARCH_PROVIDER": "<YOUR_SEARCH_PROVIDER>",
        "CODEBASE_PATH": "<YOUR_CODEBASE_PATH>",
        "LOCAL_DOCS_PATH": "<YOUR_LOCAL_DOCS_PATH>",
        "CHROMADB_HOST": "<YOUR_CHROMADB_HOST>",
        "OLLAMA_HOST": "<YOUR_OLLAMA_HOST>",
        "SHELL_ALLOWLIST": "<YOUR_SHELL_ALLOWLIST>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "infimium": {
      "command": "npx",
      "args": [
        "-y",
        "infimium"
      ],
      "env": {
        "SEARCH_API_KEY": "<YOUR_SEARCH_API_KEY>",
        "SEARCH_PROVIDER": "<YOUR_SEARCH_PROVIDER>",
        "CODEBASE_PATH": "<YOUR_CODEBASE_PATH>",
        "LOCAL_DOCS_PATH": "<YOUR_LOCAL_DOCS_PATH>",
        "CHROMADB_HOST": "<YOUR_CHROMADB_HOST>",
        "OLLAMA_HOST": "<YOUR_OLLAMA_HOST>",
        "SHELL_ALLOWLIST": "<YOUR_SHELL_ALLOWLIST>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "infimium": {
      "command": "npx",
      "args": [
        "-y",
        "infimium"
      ],
      "env": {
        "SEARCH_API_KEY": "<YOUR_SEARCH_API_KEY>",
        "SEARCH_PROVIDER": "<YOUR_SEARCH_PROVIDER>",
        "CODEBASE_PATH": "<YOUR_CODEBASE_PATH>",
        "LOCAL_DOCS_PATH": "<YOUR_LOCAL_DOCS_PATH>",
        "CHROMADB_HOST": "<YOUR_CHROMADB_HOST>",
        "OLLAMA_HOST": "<YOUR_OLLAMA_HOST>",
        "SHELL_ALLOWLIST": "<YOUR_SHELL_ALLOWLIST>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "infimium": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "infimium"
      ],
      "env": {
        "SEARCH_API_KEY": "<YOUR_SEARCH_API_KEY>",
        "SEARCH_PROVIDER": "<YOUR_SEARCH_PROVIDER>",
        "CODEBASE_PATH": "<YOUR_CODEBASE_PATH>",
        "LOCAL_DOCS_PATH": "<YOUR_LOCAL_DOCS_PATH>",
        "CHROMADB_HOST": "<YOUR_CHROMADB_HOST>",
        "OLLAMA_HOST": "<YOUR_OLLAMA_HOST>",
        "SHELL_ALLOWLIST": "<YOUR_SHELL_ALLOWLIST>"
      }
    }
  }
}
Claude Code
claude mcp add infimium --env SEARCH_API_KEY=<YOUR_SEARCH_API_KEY> --env SEARCH_PROVIDER=<YOUR_SEARCH_PROVIDER> --env CODEBASE_PATH=<YOUR_CODEBASE_PATH> --env LOCAL_DOCS_PATH=<YOUR_LOCAL_DOCS_PATH> --env CHROMADB_HOST=<YOUR_CHROMADB_HOST> --env OLLAMA_HOST=<YOUR_OLLAMA_HOST> --env SHELL_ALLOWLIST=<YOUR_SHELL_ALLOWLIST> -- npx -y infimium

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →