Loading MCP server directory, please wait...
Keyword, vector, hybrid, and SQL retrieval over data on object storage, for AI agents.
npx @getmcp/cli add io.github.infino-ai/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
INFINO_MCP_URIData to serve: a local path or an s3://|gs://|az:// bucket URI.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.infino-ai/mcp-server": {
"command": "npx",
"args": [
"-y",
"@infino-ai/mcp-server"
],
"env": {
"INFINO_MCP_URI": "",
"INFINO_MCP_ENABLE_WRITES": "",
"INFINO_MCP_EMBED_MODEL": "",
"INFINO_MCP_S3_ENDPOINT": "",
"INFINO_MCP_S3_REGION": ""
}
}
}
}