Skip to main content
Glama
Alvarordev

Chisel Planner

by Alvarordev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost address to bind the server. Defaults to 127.0.0.1 in development, 0.0.0.0 in production.0.0.0.0
PORTNoPort to listen on. Default: 3000.3000
DATA_DIRNoDirectory for persistent data (SQLite databases). Defaults to ./data in development, /data in production../data
NODE_ENVNoNode environment. Default: development.development
ALOWED_HSTSNoComma-separated list of allowed hosts. In production, set to the public domain without protocol or trailing slash.
MCP_JWKS_URLNoInternal 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_RESOURCEYesPublic URL of the MCP resource endpoint, used for OAuth protected resource metadata. Required.
AUTH_BASE_URLYesPublic base URL for OAuth 2.1 endpoints. Required for MCP OAuth discovery.
TRUSTED_ORIGINSNoComma-separated list of allowed origins for CORS. In production, set to the public domain.
BETTER_AUTH_SECRETYesSecret used to sign and verify OAuth tokens. Must be at least 32 characters and remain permanent. Required.
ALOWED_ORIGIN_HOSTSNoComma-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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Alvarordev/chisel'

If you have feedback or need assistance with the MCP directory API, please join our Discord server