Back to Browse

Infimium Agent MCP Server

Developer ToolsLow Risk9.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.0
Low Risk9.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 1 known CVE in dependencies (0 critical, 1 high severity) Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Optional Tinyfish API key for web_search.Required

Environment variable: SEARCH_API_KEY

Search provider. Use tinyfish for the current web_search implementation.Optional

Environment variable: SEARCH_PROVIDER

Absolute path to the codebase Infimium should index.Optional

Environment variable: CODEBASE_PATH

Absolute path to local docs Infimium should index.Optional

Environment variable: LOCAL_DOCS_PATH

ChromaDB HTTP endpoint.Optional

Environment variable: CHROMADB_HOST

Ollama HTTP endpoint.Optional

Environment variable: OLLAMA_HOST

Comma-separated commands allowed by the shell tool.Optional

Environment variable: SHELL_ALLOWLIST

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-aryankumar06-infimium": {
      "env": {
        "OLLAMA_HOST": "your-ollama-host-here",
        "CHROMADB_HOST": "your-chromadb-host-here",
        "CODEBASE_PATH": "your-codebase-path-here",
        "SEARCH_API_KEY": "your-search-api-key-here",
        "LOCAL_DOCS_PATH": "your-local-docs-path-here",
        "SEARCH_PROVIDER": "your-search-provider-here",
        "SHELL_ALLOWLIST": "your-shell-allowlist-here"
      },
      "args": [
        "-y",
        "infimium"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!