secure-mcp-agent-starter
by nubiscore
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OAUTH_ISSUER | Yes | Your authorization server. The stub in dev/issuer.ts for local runs; Keycloak, Entra ID, Okta, Auth0, or your own in production. | |
| TOOL_MANIFEST | Yes | Path to the tool manifest file. | |
| OAUTH_JWKS_URL | Yes | Your authorization server's JWKS URL. | |
| KILL_SWITCH_FILE | Yes | JSON file re-read on every call. Mount it from a ConfigMap in Kubernetes. | |
| MANIFEST_HASH_PIN | No | Optional. Refuse to start if the manifest hash differs. | |
| MCP_CANONICAL_URI | Yes | This server's canonical identifier. Tokens must carry it in `aud`. |
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