vetmanager-mcp
by otis22
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the MCP HTTP server. | |
| MCP_PATH | No | Path for MCP endpoint, default '/mcp'. | |
| LOG_LEVEL | No | Logging level (e.g., DEBUG, INFO, WARNING). | |
| REDIS_URL | No | Redis URL for shared rate limiting backend. If not set, uses in-memory process-local rate limiting. | |
| SENTRY_DSN | No | Alternative Sentry DSN. | |
| DATABASE_URL | No | Database connection string. Default uses local SQLite. | sqlite+aiosqlite:///./data/vetmanager.db |
| SITE_BASE_URL | No | Base URL of self-hosted installation (used for canonical/og:url and mcp.json snippet). For self-hosted, set your domain without trailing slash. | https://vetmanager-mcp.vromanichev.ru |
| WEB_ENABLE_HSTS | No | If set to '1', enables HTTP Strict Transport Security. Recommended behind HTTPS reverse proxy. | |
| ERROR_TRACKING_DSN | No | Opt-in DSN for sending unhandled errors to Sentry. | |
| METRICS_AUTH_TOKEN | No | Bearer token required to access /metrics endpoint. If set, requires Authorization: Bearer <token>. | |
| WEB_SESSION_SECRET | No | Secret for signing web session cookies. Must be explicitly set in production. | |
| WEB_TRUSTED_PROXY_IPS | No | Comma-separated list of trusted reverse proxy IPs/hosts. Only for these the service respects X-Forwarded-For. | |
| ERROR_TRACKING_RELEASE | No | Release version for error tracking. | |
| STORAGE_ENCRYPTION_KEY | No | Encryption key for stored Vetmanager secrets. Must be explicitly set in production. | |
| RATE_LIMIT_REQUIRE_REDIS | No | If set to '1', fail closed if Redis is unavailable. Default is fail-open. | |
| ERROR_TRACKING_ENVIRONMENT | No | Environment name for error tracking. | |
| FEEDBACK_FINGERPRINT_PEPPER | No | Secret pepper for HMAC of feedback fingerprints. Required for production/PostgreSQL. | |
| WEB_SESSION_MAX_AGE_SECONDS | No | Lifetime of web session cookie in seconds. | 86400 |
| ERROR_TRACKING_TRACES_SAMPLE_RATE | No | Sample rate for traces, default 0. |
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
- 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/otis22/vetmanager-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server