PluginBench
MCP Server

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

io.github.vectros-ai/mcp-server

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

Typed record store + hybrid search over MCP: deterministic lookups + semantic memory, per-customer.

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

Copy-paste configuration for popular MCP clients.

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

    Vectros API key. Use a least-privilege scoped key (ssk_...); mint one with `npx -y @vectros-ai/cli bootstrap`.

  • VECTROS_API_BASE_URL

    Override the API base URL (default https://api.vectros.ai). Must be an official *.vectros.ai host.

  • VECTROS_MCP_TOOLS

    Comma-separated subset of tool names to register (default: all 21 tools).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@vectros-ai/mcp-server"
      ],
      "env": {
        "VECTROS_API_KEY": "<YOUR_VECTROS_API_KEY>",
        "VECTROS_API_BASE_URL": "<YOUR_VECTROS_API_BASE_URL>",
        "VECTROS_MCP_TOOLS": "<YOUR_VECTROS_MCP_TOOLS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@vectros-ai/mcp-server"
      ],
      "env": {
        "VECTROS_API_KEY": "<YOUR_VECTROS_API_KEY>",
        "VECTROS_API_BASE_URL": "<YOUR_VECTROS_API_BASE_URL>",
        "VECTROS_MCP_TOOLS": "<YOUR_VECTROS_MCP_TOOLS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@vectros-ai/mcp-server"
      ],
      "env": {
        "VECTROS_API_KEY": "<YOUR_VECTROS_API_KEY>",
        "VECTROS_API_BASE_URL": "<YOUR_VECTROS_API_BASE_URL>",
        "VECTROS_MCP_TOOLS": "<YOUR_VECTROS_MCP_TOOLS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@vectros-ai/mcp-server"
      ],
      "env": {
        "VECTROS_API_KEY": "<YOUR_VECTROS_API_KEY>",
        "VECTROS_API_BASE_URL": "<YOUR_VECTROS_API_BASE_URL>",
        "VECTROS_MCP_TOOLS": "<YOUR_VECTROS_MCP_TOOLS>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-server --env VECTROS_API_KEY=<YOUR_VECTROS_API_KEY> --env VECTROS_API_BASE_URL=<YOUR_VECTROS_API_BASE_URL> --env VECTROS_MCP_TOOLS=<YOUR_VECTROS_MCP_TOOLS> -- npx -y @vectros-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 →