mcp-dev-agent
by wilianconte
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the HTTP server. | 3000 |
| PUBLIC_URL | No | Public HTTPS URL of the server, used as OAuth issuer. Required for OAuth-based clients like ChatGPT. | |
| MCP_AUTH_TOKEN | Yes | Bearer token for static authentication. Generate a strong token before starting the server. | |
| MCP_TRUST_PROXY | No | Adjust trust proxy setting. Defaults to 'loopback'. | loopback |
| MCP_AUDIT_LOG_PATH | No | Path to enable JSONL audit logging to a file. By default audit events go to stderr/journald. | |
| MCP_MAX_IMAGE_BYTES | No | Maximum image size in bytes accepted by read_image. | 10485760 |
| OAUTH_APPROVAL_PASSWORD | No | Password required for the OAuth approval screen. Falls back to MCP_AUTH_TOKEN if not set. | |
| MCP_COMMAND_MAX_BUFFER_BYTES | No | Maximum command output buffer size in bytes. | 52428800 |
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