Odel
vectros mcp server

vectros mcp server

Local
@vectros-ai1TypeScriptApache-2.0Updated 1w ago

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

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@vectros-ai/mcp-serverv0.16.1

Run

npx -y @vectros-ai/mcp-server

MCP client config

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