PluginBench
MCP Server

io.github.infino-ai/mcp-server MCP Server

io.github.infino-ai/mcp-server

What is the io.github.infino-ai/mcp-server MCP server?

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

How to install io.github.infino-ai/mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • INFINO_MCP_URI

    Data to serve: a local path or an s3://|gs://|az:// bucket URI. Optional — defaults to an ephemeral in-process memory:// catalog if unset.

  • INFINO_MCP_ENABLE_WRITES

    Set (1/true/yes) to expose add/update/delete tools and allow DDL/DML through SQL. Read-only when unset.

  • INFINO_MCP_EMBED_MODEL

    Hugging Face feature-extraction model for local embedding (default Xenova/all-MiniLM-L6-v2, 384-dim).

  • INFINO_MCP_S3_ENDPOINT

    Custom S3 endpoint for non-AWS S3-compatible stores (Cloudflare R2, MinIO, Backblaze B2).

  • INFINO_MCP_S3_REGION

    Region sent with a custom S3 endpoint (default 'auto').

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@infino-ai/mcp-server"
      ],
      "env": {
        "INFINO_MCP_URI": "<YOUR_INFINO_MCP_URI>",
        "INFINO_MCP_ENABLE_WRITES": "<YOUR_INFINO_MCP_ENABLE_WRITES>",
        "INFINO_MCP_EMBED_MODEL": "<YOUR_INFINO_MCP_EMBED_MODEL>",
        "INFINO_MCP_S3_ENDPOINT": "<YOUR_INFINO_MCP_S3_ENDPOINT>",
        "INFINO_MCP_S3_REGION": "<YOUR_INFINO_MCP_S3_REGION>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@infino-ai/mcp-server"
      ],
      "env": {
        "INFINO_MCP_URI": "<YOUR_INFINO_MCP_URI>",
        "INFINO_MCP_ENABLE_WRITES": "<YOUR_INFINO_MCP_ENABLE_WRITES>",
        "INFINO_MCP_EMBED_MODEL": "<YOUR_INFINO_MCP_EMBED_MODEL>",
        "INFINO_MCP_S3_ENDPOINT": "<YOUR_INFINO_MCP_S3_ENDPOINT>",
        "INFINO_MCP_S3_REGION": "<YOUR_INFINO_MCP_S3_REGION>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@infino-ai/mcp-server"
      ],
      "env": {
        "INFINO_MCP_URI": "<YOUR_INFINO_MCP_URI>",
        "INFINO_MCP_ENABLE_WRITES": "<YOUR_INFINO_MCP_ENABLE_WRITES>",
        "INFINO_MCP_EMBED_MODEL": "<YOUR_INFINO_MCP_EMBED_MODEL>",
        "INFINO_MCP_S3_ENDPOINT": "<YOUR_INFINO_MCP_S3_ENDPOINT>",
        "INFINO_MCP_S3_REGION": "<YOUR_INFINO_MCP_S3_REGION>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@infino-ai/mcp-server"
      ],
      "env": {
        "INFINO_MCP_URI": "<YOUR_INFINO_MCP_URI>",
        "INFINO_MCP_ENABLE_WRITES": "<YOUR_INFINO_MCP_ENABLE_WRITES>",
        "INFINO_MCP_EMBED_MODEL": "<YOUR_INFINO_MCP_EMBED_MODEL>",
        "INFINO_MCP_S3_ENDPOINT": "<YOUR_INFINO_MCP_S3_ENDPOINT>",
        "INFINO_MCP_S3_REGION": "<YOUR_INFINO_MCP_S3_REGION>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-server --env INFINO_MCP_URI=<YOUR_INFINO_MCP_URI> --env INFINO_MCP_ENABLE_WRITES=<YOUR_INFINO_MCP_ENABLE_WRITES> --env INFINO_MCP_EMBED_MODEL=<YOUR_INFINO_MCP_EMBED_MODEL> --env INFINO_MCP_S3_ENDPOINT=<YOUR_INFINO_MCP_S3_ENDPOINT> --env INFINO_MCP_S3_REGION=<YOUR_INFINO_MCP_S3_REGION> -- npx -y @infino-ai/mcp-server

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →