Back to Browse

Vectros MCP Server

Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

7.0
Moderate7.0Moderate Risk

This is a well-engineered MCP server for Vectros with strong security practices. Authentication is properly scoped with recommended use of scoped API keys (`ssk_*`), credentials are resolved securely from environment or CLI keyring without hardcoding, and input validation is thorough. The server appropriately restricts permissions to data-plane operations (records, documents, search, RAG) and explicitly excludes admin/control-plane features. Minor code quality improvements in error handling and logging could be made, but no critical vulnerabilities were found. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

3 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

Vectros API key. Use a least-privilege scoped key (ssk_...); mint one with `npx -y @vectros-ai/cli bootstrap`. Required for a registry install, which cannot assume any other tooling is present. If you also install the vectros CLI (0.9.0+), the server can instead resolve the key from its keyring and this can be left unset.Required

Environment variable: VECTROS_API_KEY

Optional. When VECTROS_API_KEY is unset and the vectros CLI is installed, resolve this keyring entry instead of the active one.Optional

Environment variable: VECTROS_KEYRING_ALIAS

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

Environment variable: VECTROS_API_BASE_URL

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

Environment variable: VECTROS_MCP_TOOLS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-vectros-ai-mcp-server": {
      "env": {
        "VECTROS_API_KEY": "your-vectros-api-key-here",
        "VECTROS_MCP_TOOLS": "your-vectros-mcp-tools-here",
        "VECTROS_API_BASE_URL": "your-vectros-api-base-url-here",
        "VECTROS_KEYRING_ALIAS": "your-vectros-keyring-alias-here"
      },
      "args": [
        "-y",
        "@vectros-ai/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!