@vectros-ai/mcp-server
Officialby vectros-ai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VECTROS_API_KEY | No | Vectros API key. Accepts sk_* / ssk_* / st_*; ssk_* recommended. Required unless the vectros CLI is installed with a usable keyring entry. | |
| VECTROS_MCP_DEBUG | No | Set 1 for verbose stderr logs. | |
| VECTROS_MCP_TOOLS | No | Comma-separated tool names (e.g., hybrid_search,rag_ask). | |
| VECTROS_API_BASE_URL | No | Override for staging or other envs. Must be https:// (or http:// to localhost) and an official *.vectros.ai host. | https://api.vectros.ai |
| VECTROS_KEYRING_ALIAS | No | Resolve this vectros keyring entry instead of the active one. Ignored when VECTROS_API_KEY is set. | |
| VECTROS_MCP_HTTP_HOST | No | Bind address. Use 0.0.0.0 for all interfaces (then set a bearer token). | 127.0.0.1 |
| VECTROS_MCP_HTTP_PORT | No | Port for HTTP transport. | 8765 |
| VECTROS_MCP_INGEST_ROOT | No | Directory document_ingest's filePath mode is jailed to. Paths escaping it are rejected. | process cwd |
| VECTROS_MCP_HTTP_BEARER_TOKEN | No | Client->server bearer token. Strongly recommended beyond localhost; required for a non-loopback bind. | |
| VECTROS_MCP_HTTP_ALLOWED_HOSTS | No | Comma-separated extra Host values to allow (DNS-rebinding protection). | |
| VECTROS_ALLOW_INSECURE_BASE_URL | No | Set 1 to bypass the base-URL allow-list (e.g., a trusted local proxy). Not recommended. | |
| VECTROS_MCP_HTTP_ALLOW_INSECURE | No | Set 1 to permit a non-loopback bind without a bearer token. Not recommended. | |
| VECTROS_MCP_HTTP_ALLOWED_ORIGINS | No | Comma-separated extra Origin values to allow. | |
| VECTROS_MCP_SKIP_PING_VALIDATION | No | Set 1 to disable the startup /v1/ping check. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vectros-ai/vectros-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server