Server data from the Official MCP Registry
Private context layer for AI agents: web, docs, code, deps, memory, and plans.
Private context layer for AI agents: web, docs, code, deps, memory, and plans.
Infimium is a well-structured MCP server for local code indexing and semantic search with reasonable security controls. The server properly validates inputs, uses environment variables for configuration, and implements command allowlisting for shell operations. However, several concerns reduce the score: the shell tool lacks comprehensive input validation despite allowlisting, the `fetch_url` tool can retrieve arbitrary URLs without restrictions, and there are moderate permission overreaches relative to the server's core semantic search purpose. The codebase is clean and well-organized with appropriate error handling. Supply chain analysis found 3 known vulnerabilities in dependencies (2 critical, 1 high severity). Package verification found 1 issue.
5 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SEARCH_API_KEY
Environment variable: SEARCH_PROVIDER
Environment variable: CODEBASE_PATH
Environment variable: LOCAL_DOCS_PATH
Environment variable: CHROMADB_HOST
Environment variable: OLLAMA_HOST
Environment variable: SHELL_ALLOWLIST
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.