Chisel Planner
by Alvarordev
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host address to bind the server. Defaults to 127.0.0.1 in development, 0.0.0.0 in production. | 0.0.0.0 |
| PORT | No | Port to listen on. Default: 3000. | 3000 |
| DATA_DIR | No | Directory for persistent data (SQLite databases). Defaults to ./data in development, /data in production. | ./data |
| NODE_ENV | No | Node environment. Default: development. | development |
| ALOWED_HSTS | No | Comma-separated list of allowed hosts. In production, set to the public domain without protocol or trailing slash. | |
| MCP_JWKS_URL | No | Internal URL to fetch JWKS for token validation. In production set to http://127.0.0.1:3000/api/auth/jwks. Optional, defaults to AUTH_BASE_URL/api/auth/jwks. | |
| MCP_RESOURCE | Yes | Public URL of the MCP resource endpoint, used for OAuth protected resource metadata. Required. | |
| AUTH_BASE_URL | Yes | Public base URL for OAuth 2.1 endpoints. Required for MCP OAuth discovery. | |
| TRUSTED_ORIGINS | No | Comma-separated list of allowed origins for CORS. In production, set to the public domain. | |
| BETTER_AUTH_SECRET | Yes | Secret used to sign and verify OAuth tokens. Must be at least 32 characters and remain permanent. Required. | |
| ALOWED_ORIGIN_HOSTS | No | Comma-separated list of allowed origin hosts. In production, set to the public domain. |
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