lobbywatch-mcp
by malkreide
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOBBYWATCH_MCP_HOST | No | HTTP bind host (set to 0.0.0.0 only behind an auth gateway) | 127.0.0.1 |
| LOBBYWATCH_MCP_PORT | No | HTTP bind port | 8000 |
| LOBBYWATCH_MCP_CACHE_DIR | No | Dump cache location | ~/.cache/lobbywatch-mcp |
| LOBBYWATCH_MCP_CACHE_TTL | No | Cache time-to-live in seconds | 86400 |
| LOBBYWATCH_MCP_LOG_LEVEL | No | DEBUG / INFO / WARNING / ERROR | INFO |
| LOBBYWATCH_MCP_TRANSPORT | No | Transport (stdio, http, sse) | stdio |
| LOBBYWATCH_MCP_LOG_FORMAT | No | text (stdlib formatter) or json (structured via structlog) | text |
| LOBBYWATCH_MCP_CORS_ORIGINS | No | Comma-separated origin allow-list for HTTP/SSE; when set, exposes Mcp-Session-Id to browsers | |
| LOBBYWATCH_MCP_HTTP_TIMEOUT | No | HTTP timeout in seconds | 60 |
| LOBBYWATCH_MCP_OTEL_ENABLED | No | Set to 1 to enable OpenTelemetry tracing | 0 |
| LOBBYWATCH_MCP_OTEL_ENDPOINT | No | OTLP/HTTP collector endpoint (e.g. http://localhost:4318/v1/traces) |
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
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/malkreide/lobbywatch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server