Odel
infino mcp

infino mcp

Local
@infino-aiJavaScriptApache-2.0Updated 3 days ago

Keyword, vector, hybrid, and SQL retrieval over data on object storage, for AI agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@infino-ai/mcp-serverv0.13.0

Run

npx -y @infino-ai/mcp-server

MCP client config

{
  "mcpServers": {
    "infino-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@infino-ai/mcp-server"
      ]
    }
  }
}