Budget Planner MCP
by maejie
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for the backend server. Default is 4000. | 4000 |
| HTTPS | No | Set to 'true' to enable HTTPS serving. Requires TLS_CERT_FILE and TLS_KEY_FILE. | false |
| TLS_KEY_FILE | No | Path to the TLS private key file (required if HTTPS=true). | |
| APP_BASE_PATH | No | Base path for serving the API and MCP endpoint. Use an empty string (default) for domain root, or a subpath like '/abc'. | |
| TLS_CERT_FILE | No | Path to the TLS certificate file (required if HTTPS=true). | |
| ALLOW_PASSWORDLESS_AUTH | No | Set to 'true' to enable passwordless user-name login for development (do not use in production). Default is 'false'. | false |
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 | |
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/maejie/abc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server