Skip to main content
Glama

YNAB MCP

docker-compose.yml366 B
version: '3.8' services: ynab-mcp: build: context: . dockerfile: Dockerfile container_name: ynab-mcp restart: unless-stopped volumes: - ./data:/app/data - ./config:/app/config environment: - NODE_ENV=production stdin_open: true # Required for stdin communication tty: true # Allocate a pseudo-TTY

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/mattweg/ynab-mcp'

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