74
/ 100
1 day ago
glama

Infino MCP server

Enables AI agents to perform keyword, semantic, hybrid, and SQL retrieval over data stored on object storage or local paths, using a local embedding model without requiring an API key.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN, AZURE_STORAGE_KEY, INFINO_MCP_EMBED_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAWS_ACCESS_KEY_IDAWS S3 , AWS_SECRET_ACCESS_KEY (+ AWS_SESSION_TOKEN, AWS_REGION if used)
configAWS_ENDPOINT_URLS3-compatible (R2/MinIO/B2) AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and
configAWS_REGIONAWS S3 AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY (+ AWS_SESSION_TOKEN, if used)
🔐 secretAWS_SECRET_ACCESS_KEYAWS S3 AWS_ACCESS_KEY_ID, (+ AWS_SESSION_TOKEN, AWS_REGION if used)
🔐 secretAWS_SESSION_TOKENAWS S3 AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY (+ , AWS_REGION if used)
configAZURE_STORAGE_ACCOUNTAzure Blob , AZURE_STORAGE_KEY
🔐 secretAZURE_STORAGE_KEYAzure Blob AZURE_STORAGE_ACCOUNT,
🔐 secretINFINO_MCP_EMBED_API_KEYNo — API key for the openai provider. Sent as both Authorization: Bearer and api-key, so one value works for OpenAI and Azure OpenAI. Omit to call an unauthenticated or ambient-identity endpoint.
configINFINO_MCP_EMBED_BASE_URLWith openai — Base URL of the OpenAI-compatible embeddings API, e.g. https://api.openai.com/v1 or https://<resource>.openai.azure.com/openai/v1. The server POSTs to <base>/embeddings.
configINFINO_MCP_EMBED_MODEL"": "text-embedding-3-small"
configINFINO_MCP_EMBED_PROVIDER"": "openai",
configINFINO_MCP_ENABLE_WRITESAdd more knobs with repeated -e flags, e.g. -e =true. Verify with:
configINFINO_MCP_URI"": "/Users/me/.infino/memory"
configINFINO_MCP_VALIDATENo _off_ When set (1/true/yes), probes the object store at startup so bad credentials or an unreachable bucket fail then instead of on the first search.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/infino-ai-infino-mcp-14dxod)](https://m8ven.ai/mcp/infino-ai-infino-mcp-14dxod)
commit: 045852127b445d54a21145a72a4547b4bff0c74c
code hash: b4875cd86cbcdc2ee25dc96b90073fe3ee6f4981a846659774fe9f7e0fa4b20c
verified: 7/30/2026, 8:05:29 PM
view raw JSON →