Infino MCP server
Officialby infino-ai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INFINO_MCP_URI | No | Data to serve: a local path or a bucket URI. Defaults to ~/.infino/mcp (persistent). | ~/.infino/mcp |
| INFINO_MCP_VALIDATE | No | When set (e.g., '1', 'true', 'yes'), validates storage credentials at startup. | off |
| INFINO_MCP_EMBED_MODEL | No | Embedding model name. Default is 'Xenova/all-MiniLM-L6-v2' for local, 'text-embedding-3-small' for openai. | Xenova/all-MiniLM-L6-v2 (local) / text-embedding-3-small (openai) |
| INFINO_MCP_EMBED_API_KEY | No | API key for the 'openai' provider. Optional for unauthenticated endpoints. | |
| INFINO_MCP_ENABLE_WRITES | No | When set (e.g., '1', 'true', 'yes'), enables write tools and DDL/DML. Omit for read-only. | off |
| INFINO_MCP_EMBED_BASE_URL | No | Base URL of the OpenAI-compatible embeddings API (e.g., https://api.openai.com/v1). Required if provider is 'openai'. | |
| INFINO_MCP_EMBED_PROVIDER | No | Embedding provider: 'local' (default, no key) or 'openai'. Inferred as 'openai' when INFINO_MCP_EMBED_BASE_URL is set. | local |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/infino-ai/infino-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server