mcp-server
About
Typed record store + hybrid search over MCP: deterministic lookups + semantic memory, per-customer.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
VECTROS_API_KEY VECTROS_KEYRING_ALIAS VECTROS_API_BASE_URL VECTROS_MCP_TOOLSClaude Code
claude mcp add --env VECTROS_API_KEY= --env VECTROS_KEYRING_ALIAS= --env VECTROS_API_BASE_URL= --env VECTROS_MCP_TOOLS= mcp-server -- npx @vectros-ai/mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-server","command":"npx","args":["@vectros-ai/mcp-server"],"env":{"VECTROS_API_KEY":"","VECTROS_KEYRING_ALIAS":"","VECTROS_API_BASE_URL":"","VECTROS_MCP_TOOLS":""}}'
JSON
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"@vectros-ai/mcp-server"
],
"env": {
"VECTROS_API_KEY": "",
"VECTROS_KEYRING_ALIAS": "",
"VECTROS_API_BASE_URL": "",
"VECTROS_MCP_TOOLS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.