← Back to Plugins
MCP Server MCP

Infimium

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "infimium",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Tinyfish API key for web_search.",
          "format": "string",
          "isSecret": true,
          "name": "SEARCH_API_KEY"
        },
        {
          "description": "Search provider. Use tinyfish for the current web_search implementation.",
          "format": "string",
          "name": "SEARCH_PROVIDER"
        },
        {
          "description": "Absolute path to the codebase Infimium should index.",
          "format": "string",
          "name": "CODEBASE_PATH"
        },
        {
          "description": "Absolute path to local docs Infimium should index.",
          "format": "string",
          "name": "LOCAL_DOCS_PATH"
        },
        {
          "description": "ChromaDB HTTP endpoint.",
          "format": "string",
          "name": "CHROMADB_HOST"
        },
        {
          "description": "Ollama HTTP endpoint.",
          "format": "string",
          "name": "OLLAMA_HOST"
        },
        {
          "description": "Comma-separated commands allowed by the shell tool.",
          "format": "string",
          "name": "SHELL_ALLOWLIST"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...