mcpbeat Sign in

Infimium MCP Server

by aryankumar06 Your server? Claim it
local only

Infimium runs on your own machine — the client starts it, so there is no endpoint to ping. 301 installs a week from npm. Last commit 11 Sep 2026.

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

Installs per day peak 856 · avg 136 · -49% w/w
a month agotoday
301
Installs / week
npm · infimium
22
Stars
2 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation src/cli/status-cmd.ts:222
      .map((tableName) => `SELECT project_path FROM ${tableName}`)
  const child = spawn(ollamaBinary, ["serve"], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add infimium -- npx -y infimium
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "infimium": {
      "args": [
        "-y",
        "infimium"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.infimium]
command = "npx"
args = ["-y", "infimium"]
.cursor/mcp.json
{
  "mcpServers": {
    "infimium": {
      "args": [
        "-y",
        "infimium"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "infimium": {
      "args": [
        "-y",
        "infimium"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SEARCH_API_KEY (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Infimium

same job, measured the same way
Socraticode
by giancarloerra

MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs.

5 182 installs/wk local only
Flyto Indexer
by flytohub

Code intelligence MCP server — impact analysis, semantic search, dependency graphs

533 installs/wk local only
ContextStream MCP Server
by contextstream

Project memory, semantic code search, and grounded agent context.

answering
ContextStream MCP Server
by contextstreamio

ContextStream MCP server for code context, memory, search, and AI tools.

1 106 installs/wk local only
Codegraph
by codegraph-ai

Semantic code graph: 42 tools, 38 languages. Callers, impact, AI context, memory, PR review.

697 installs/wk local only
Maguyva
by maguyva

Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.

answering
Octocode
by muvon

AI-powered code indexer with semantic search and knowledge graphs

467 installs/wk local only
Codeseeker
by jghiringhelli

Graph-powered code intelligence with semantic search and knowledge graph for AI assistants

315 installs/wk local only

Infimium — questions

Answers built from our own checks of this server.

Why is there no uptime for Infimium?
Infimium runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package infimium was installed 301 times last week.
How do I connect Infimium?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls infimium straight from npm; nothing to host, nothing to sign up for.
How many people use Infimium?
The npm package infimium was installed 301 times in the last week. Week over week that is -49%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Infimium open source?
Yes — it is published under the MIT licence, written in TypeScript, 22 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.