Skip to main content
Glama
maejie

Budget Planner MCP

by maejie

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort number for the backend server. Default is 4000.4000
HTTPSNoSet to 'true' to enable HTTPS serving. Requires TLS_CERT_FILE and TLS_KEY_FILE.false
TLS_KEY_FILENoPath to the TLS private key file (required if HTTPS=true).
APP_BASE_PATHNoBase path for serving the API and MCP endpoint. Use an empty string (default) for domain root, or a subpath like '/abc'.
TLS_CERT_FILENoPath to the TLS certificate file (required if HTTPS=true).
ALLOW_PASSWORDLESS_AUTHNoSet 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

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/maejie/abc'

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