Infimium
Rank #8,732io.github.aryankumar06/infimium
Private AI context layer for semantic code search, dependency graphs, memory, and workspaces.
Infimium is a Model Context Protocol (MCP) server published by infimium-ai. It ranks #8,732 of 132,046 servers tracked on MCP Toplist, and its repository has 22 GitHub stars. Infimium is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 18, 2026 and most recently updated on Jul 20, 2026.
Ranks ahead of 123,314 of 132,046 servers on MCP Toplist.
Use Infimium
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add infimium -e "SEARCH_API_KEY=<your SEARCH_API_KEY>" -e "SEARCH_PROVIDER=<your SEARCH_PROVIDER>" -e "CODEBASE_PATH=<your CODEBASE_PATH>" -e "LOCAL_DOCS_PATH=<your LOCAL_DOCS_PATH>" -e "CHROMADB_HOST=<your CHROMADB_HOST>" -e "OLLAMA_HOST=<your OLLAMA_HOST>" -e "SHELL_ALLOWLIST=<your SHELL_ALLOWLIST>" -- npx -y infimiumReplace each placeholder with your own value before saving.
[mcp_servers.infimium]
command = "npx"
args = ["-y", "infimium"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aryankumar06%2Finfimium)<a href="https://mcptoplist.com/server/io.github.aryankumar06%2Finfimium"><img src="https://mcptoplist.com/badge/io.github.aryankumar06%2Finfimium.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
infimium-ai
Available versions (4)
| Version | Published |
|---|---|
| 0.3.1 | Jul 20, 2026 |
| 0.3.0 | Jul 20, 2026 |
| 0.1.6 | Jul 18, 2026 |
| 0.1.5 | Jul 18, 2026 |
Frequently asked questions
- Who maintains Infimium?
- Infimium is maintained by infimium-ai, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Infimium listed on the Official MCP Registry?
- Yes — Infimium is listed on the Official MCP Registry, alongside Glama.
- How many versions does Infimium have?
- MCP Toplist tracks 4 versions of Infimium, most recently published on Jul 20, 2026.
- Where can I find the source code for Infimium?
- The source code for Infimium is hosted at github.com/infimium-ai/infimium-agent.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.