Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MONGO_URINoMongoDB connection string for direct fallback (when MongoDB MCP is not available).
GEMINI_MODELNoGemini model identifier.gemini-2.5-flash
GEMINI_API_KEYNoGemini API key for local-only fallback (when not using Vertex AI).
MONGODB_MCP_URLNoURL of the hosted MongoDB MCP service (e.g., https://your-mongodb-mcp-service/mcp).
CAPIX_ROUTER_PORTNoPort for the HTTP router server.8788
MONGODB_MCP_TOKENNoOptional bearer token for the MongoDB MCP service.
CAPIX_ROUTER_TOKENNoShared token for authenticating requests to the router from the private CapIX app.
CAPIX_USE_VERTEX_AINoIf 'true', use Vertex AI for Gemini; otherwise use direct Gemini API.true
GOOGLE_CLOUD_PROJECTNoGoogle Cloud project ID for Vertex AI.
MONGODB_MCP_DATABASENoDatabase name in MongoDB Atlas.capix_compute_db
GOOGLE_CLOUD_LOCATIONNoGoogle Cloud location for Vertex AI.global
MONGODB_MCP_FIND_TOOLNoName of the MCP tool used for finding documents.find
CAPIX_PRIVATE_POLICY_URLNoURL of the private CapIX policy service for paid route key validation.
CAPIX_PRIVATE_POLICY_TOKENNoBearer token for authenticating to the private policy service.
CAPIX_REQUIRE_PAID_ROUTE_KEYNoIf 'true', routing only happens after a CPX deposit and a paid route key is issued.true
MONGODB_MCP_NODES_COLLECTIONNoCollection name for compute routes.nodes
MONGODB_MCP_INFERENCE_COLLECTIONNoCollection name for inference routes.inference_routes

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/Ritzky/Capix-MCP-Router'

If you have feedback or need assistance with the MCP directory API, please join our Discord server