Skip to main content
Glama
otis22

vetmanager-mcp

by otis22

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for the MCP HTTP server.
MCP_PATHNoPath for MCP endpoint, default '/mcp'.
LOG_LEVELNoLogging level (e.g., DEBUG, INFO, WARNING).
REDIS_URLNoRedis URL for shared rate limiting backend. If not set, uses in-memory process-local rate limiting.
SENTRY_DSNNoAlternative Sentry DSN.
DATABASE_URLNoDatabase connection string. Default uses local SQLite.sqlite+aiosqlite:///./data/vetmanager.db
SITE_BASE_URLNoBase 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_HSTSNoIf set to '1', enables HTTP Strict Transport Security. Recommended behind HTTPS reverse proxy.
ERROR_TRACKING_DSNNoOpt-in DSN for sending unhandled errors to Sentry.
METRICS_AUTH_TOKENNoBearer token required to access /metrics endpoint. If set, requires Authorization: Bearer <token>.
WEB_SESSION_SECRETNoSecret for signing web session cookies. Must be explicitly set in production.
WEB_TRUSTED_PROXY_IPSNoComma-separated list of trusted reverse proxy IPs/hosts. Only for these the service respects X-Forwarded-For.
ERROR_TRACKING_RELEASENoRelease version for error tracking.
STORAGE_ENCRYPTION_KEYNoEncryption key for stored Vetmanager secrets. Must be explicitly set in production.
RATE_LIMIT_REQUIRE_REDISNoIf set to '1', fail closed if Redis is unavailable. Default is fail-open.
ERROR_TRACKING_ENVIRONMENTNoEnvironment name for error tracking.
FEEDBACK_FINGERPRINT_PEPPERNoSecret pepper for HMAC of feedback fingerprints. Required for production/PostgreSQL.
WEB_SESSION_MAX_AGE_SECONDSNoLifetime of web session cookie in seconds.86400
ERROR_TRACKING_TRACES_SAMPLE_RATENoSample rate for traces, default 0.

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/otis22/vetmanager-mcp'

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