Python MCP Server Kit
by Boyeep
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Bind address | 127.0.0.1 |
| MCP_PORT | No | Bind address | 8000 |
| MCP_AUTH_MODE | No | demo, bearer, or local-only disabled | demo |
| MCP_LOG_LEVEL | No | Uvicorn log level | INFO |
| MCP_ENVIRONMENT | No | Rejects unsafe demo auth in production | development |
| MCP_ALLOWED_HOSTS | No | Exact accepted HTTP hostnames | local hosts |
| MCP_BEARER_TOKENS | No | token:scope[,scope];... secret value | |
| MCP_MAX_REQUEST_BYTES | No | Maximum declared request body | 1048576 |
| MCP_RATE_LIMIT_REQUESTS | No | Requests allowed per subject/window | 60 |
| MCP_RATE_LIMIT_WINDOW_SECONDS | No | Rate-limit window | 60 |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues