veupathdb-wdk-mcp
Officialby VEuPathDB
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | Yes | The Postgres holding the two embedding tables. | |
| OPENAI_API_KEY | No | The embedder behind semantic search. | |
| VEUPATHDB_OAUTH_URL | No | The OAuth server that signs VEuPathDB bearers. | https://auth.veupathdb.org |
| VEUPATHDB_AUTH_TOKEN | No | The deployment's service credential for user-independent reads. | |
| SITE_CATALOG_BUDGET_MB | No | Accounted megabytes of catalogs and indexes one process holds (default 512). | 512 |
| VEUPATHDB_SITES_CONFIG | No | A sites.yaml of your own; unset reads the client library's bundled one. | |
| CATALOG_REFRESH_ENABLED | No | Whether this process rebuilds a stale catalog. | |
| PATHFINDER_MCP_BASE_URL | No | The URL a client reads the RFC 9728 document at. | |
| EMBEDDING_INDEX_SYNC_ENABLED | No | Whether this process writes vectors, or only searches what another wrote. | |
| PATHFINDER_MCP_SERVICE_TOKENS | No | app_id:secret[,app_id:secret...]; empty admits user bearers only. |
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 | |