Skip to main content
Glama
vectros-ai

@vectros-ai/mcp-server

Official
by vectros-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VECTROS_API_KEYNoVectros API key. Accepts sk_* / ssk_* / st_*; ssk_* recommended. Required unless the vectros CLI is installed with a usable keyring entry.
VECTROS_MCP_DEBUGNoSet 1 for verbose stderr logs.
VECTROS_MCP_TOOLSNoComma-separated tool names (e.g., hybrid_search,rag_ask).
VECTROS_API_BASE_URLNoOverride for staging or other envs. Must be https:// (or http:// to localhost) and an official *.vectros.ai host.https://api.vectros.ai
VECTROS_KEYRING_ALIASNoResolve this vectros keyring entry instead of the active one. Ignored when VECTROS_API_KEY is set.
VECTROS_MCP_HTTP_HOSTNoBind address. Use 0.0.0.0 for all interfaces (then set a bearer token).127.0.0.1
VECTROS_MCP_HTTP_PORTNoPort for HTTP transport.8765
VECTROS_MCP_INGEST_ROOTNoDirectory document_ingest's filePath mode is jailed to. Paths escaping it are rejected.process cwd
VECTROS_MCP_HTTP_BEARER_TOKENNoClient->server bearer token. Strongly recommended beyond localhost; required for a non-loopback bind.
VECTROS_MCP_HTTP_ALLOWED_HOSTSNoComma-separated extra Host values to allow (DNS-rebinding protection).
VECTROS_ALLOW_INSECURE_BASE_URLNoSet 1 to bypass the base-URL allow-list (e.g., a trusted local proxy). Not recommended.
VECTROS_MCP_HTTP_ALLOW_INSECURENoSet 1 to permit a non-loopback bind without a bearer token. Not recommended.
VECTROS_MCP_HTTP_ALLOWED_ORIGINSNoComma-separated extra Origin values to allow.
VECTROS_MCP_SKIP_PING_VALIDATIONNoSet 1 to disable the startup /v1/ping check.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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