Central Authentication Server for MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the FastAPI server | 3000 |
| DB_PATH | No | Path to SQLite database for offline fallback | ./data/auth.db |
| KEYS_DIR | No | Directory where RSA keys are stored | ./.keys |
| ISSUER_URL | No | Public URL used for token issuance and discovery | http://localhost:3000 |
| ADMIN_SECRET | No | Secret used for admin session tokens | central-mcp-... (default value from README) |
| SUPABASE_KEY | No | Alias fallback for service role key | |
| SUPABASE_URL | Yes | Supabase project URL (e.g., https://xyz.supabase.co) | |
| REQUIRE_HTTPS | No | Enforce HTTPS on all endpoints | false |
| ADMIN_PASSWORD | No | Initial admin password | central-mcp-secret-2026 |
| ADMIN_USERNAME | No | Initial admin username | admin |
| PUBLIC_KEY_PEM | No | Optional RSA public key (PEM) | |
| PRIVATE_KEY_PEM | No | Optional RSA private key (PEM) | |
| ACCESS_TOKEN_EXPIRY | No | Access token expiry in seconds | 3600 |
| STATIC_TOKEN_EXPIRY_DAYS | No | Static token expiry in days | 90 |
| SUPABASE_SERVICE_ROLE_KEY | No | Supabase service role key with RLS bypass |
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 | |