Skip to main content
Glama
infino-ai

Infino MCP server

Official
by infino-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
INFINO_MCP_URINoData to serve: a local path or a bucket URI. Defaults to ~/.infino/mcp (persistent).~/.infino/mcp
INFINO_MCP_VALIDATENoWhen set (e.g., '1', 'true', 'yes'), validates storage credentials at startup.off
INFINO_MCP_EMBED_MODELNoEmbedding 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_KEYNoAPI key for the 'openai' provider. Optional for unauthenticated endpoints.
INFINO_MCP_ENABLE_WRITESNoWhen set (e.g., '1', 'true', 'yes'), enables write tools and DDL/DML. Omit for read-only.off
INFINO_MCP_EMBED_BASE_URLNoBase URL of the OpenAI-compatible embeddings API (e.g., https://api.openai.com/v1). Required if provider is 'openai'.
INFINO_MCP_EMBED_PROVIDERNoEmbedding 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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