Supported clients
ChatGPT, Claude, Claude Code and other clients that can speak MCP over stdio or HTTP.
Guru MoneyFinance workspaceGuru Money provides a dedicated MCP server for ChatGPT, Claude and similar AI clients. It works on top of the API rather than direct SQL access, which keeps the business logic centralized and easier to control.
The current convenient model is a personal MCP key linked to a personal Guru Money access token. This lets the AI client act on behalf of a specific user instead of sharing one broad token.
ChatGPT, Claude, Claude Code and other clients that can speak MCP over stdio or HTTP.
Both local stdio mode and production-like HTTP mode behind Traefik are supported.
Detailed technical documentation is available at https://docs.guru-money.com and in the repository MCP materials.
The MCP service stays a thin layer on top of `api`, which reduces duplicated logic and avoids direct database exposure.
For production use, the project already includes health checks, Traefik routing and deployment guidance for the HTTP MCP service.