flask-mcp-server
by bashar94
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLASK_MCP_API_KEYS | No | Comma-separated list of API keys if AUTH_MODE=apikey | |
| FLASK_MCP_AUTH_MODE | No | Authentication mode: none|apikey|hmac (default none) | |
| FLASK_MCP_PROVIDERS | No | Comma-separated list of provider modules | |
| FLASK_MCP_LOG_FORMAT | No | Log format: json (optional) | |
| FLASK_MCP_RATE_LIMIT | No | Rate limit format: <N>/<s|m|h|d> | |
| FLASK_MCP_RATE_SCOPE | No | Rate limit scope: ip|key | |
| FLASK_MCP_CORS_ORIGIN | No | CORS origin (default '*') | |
| FLASK_MCP_HMAC_SECRET | No | HMAC secret if AUTH_MODE=hmac | |
| FLASK_MCP_API_KEYS_MAP | No | Per-key roles mapping, e.g., 'k1:admin|user;k2:user' | |
| FLASK_MCP_ALLOWED_ORIGINS | No | Comma-separated allowed origins for CORS |
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/bashar94/flask-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server