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.
VECTROS_API_KEYrequiredsecretVectros API key. Use a least-privilege scoped key (ssk_...); mint one with `npx -y @vectros-ai/cli bootstrap`.
VECTROS_API_BASE_URLOverride the API base URL (default https://api.vectros.ai). Must be an official *.vectros.ai host.
VECTROS_MCP_TOOLSComma-separated subset of tool names to register (default: all 21 tools).
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.