Skip to main content
Glama

beancount-mcp

by StdioA
README.md627 B
# Beancount MCP (Model Context Protocol) Server A Beancount MCP server which can execute beancount query, and submit transaction to the ledger. ## Usage `uvx beancount-mcp [--transport=stdio/sse] your_ledger.bean` ### Add to Claude Add to `claude_desktop_config.json` (you can find this file by using Settings - Developer - Edit Config): ``` { "mcpServers": { "https://github.com/StdioA/beancount-mcp/tree/master": { "command": "uvx", "args": [ "beancount-mcp", "--transport=stdio", "PATH_TO_YOUR_LEDGER" ], "disabled": false, "autoApprove": [] } } } ```

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/StdioA/beancount-mcp'

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