Infino MCP server (infino-ai/infino-mcp) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 12 tools. No publisher has claimed this listing.

C
Emerging
74/100
1 month ago

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.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

infino-ai

Source: Glama

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. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// 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.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
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.
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

12/12 tools missing one or more hints — infino_list_tables (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); infino_describe_table (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); infino_semantic_search (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +9 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

11/12 tool handlers declare input schemas (92%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tests exist

No test files found

Add tests that exercise each declared tool.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// 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)](https://m8ven.ai/mcp/infino-ai/infino-mcp)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 045852127b445d54a21145a72a4547b4bff0c74c
code hash: b4875cd86cbcdc2ee25dc96b90073fe3ee6f4981a846659774fe9f7e0fa4b20c
verified: 7/30/2026, 8:05:29 PM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client