Project Moon
by kankinku
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | HTTP bind address | 0.0.0.0 |
| MCP_PORT | No | MCP server port | 3000 |
| MCP_ENDPOINT | No | MCP endpoint path | /mcp |
| MCP_AUTH_TOKEN | No | Static Bearer Token for authentication | |
| MCP_PUBLIC_URL | No | External HTTPS base URL | |
| MCP_DEFAULT_CWD | No | Base directory for relative paths | Server start location |
| MCP_OAUTH_ISSUER | No | OAuth Issuer | MCP_PUBLIC_URL |
| MCP_ALLOWED_HOSTS | No | List of allowed Host headers | |
| MCP_ALLOW_NO_AUTH | No | Allow starting without built-in authentication | false |
| MCP_DEFAULT_SHELL | No | Default shell for commands | $SHELL or /bin/bash |
| MCP_MAX_PROCESSES | No | Maximum number of process records | 128 |
| MCP_OAUTH_ENABLED | No | Enable built-in OAuth 2.1 | false |
| MCP_WORKFLOW_MODE | No | Default workflow mode: auto, direct, or harness | auto |
| MCP_OAUTH_RESOURCE | No | OAuth Resource Audience | Public URL + endpoint |
| MCP_MAX_OUTPUT_BYTES | No | Maximum output size of a response | 1048576 |
| MCP_MAX_REQUEST_BODY | No | Maximum HTTP request body size | 8mb |
| MCP_OAUTH_STATE_FILE | No | OAuth persistent state file path | Inside working directory |
| MCP_TRUST_PROXY_HOPS | No | Number of trusted reverse proxy hops | 0 |
| MCP_OAUTH_APPROVAL_KEY | No | Key for OAuth approval page | MCP_AUTH_TOKEN |
| MCP_MAX_EDIT_FILE_BYTES | No | Maximum file size for text editing | 67108864 |
| MCP_MAX_FILE_CHUNK_BYTES | No | File transfer chunk size in bytes | 1048576 |
| MCP_PROCESS_RETENTION_MS | No | How long to keep completed process records | 3600000 |
| MCP_OAUTH_ACCESS_TOKEN_TTL_SECONDS | No | Access Token lifetime in seconds | 3600 |
| MCP_OAUTH_REFRESH_TOKEN_TTL_SECONDS | No | Refresh Token lifetime in seconds | 2592000 |
| MCP_MAX_RETAINED_PROCESS_OUTPUT_BYTES | No | Maximum retained output per process | 4194304 |
| MCP_OAUTH_AUTHORIZATION_CODE_TTL_SECONDS | No | Authorization Code lifetime in seconds | 300 |
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