Skip to main content
Glama

beancount-mcp

by StdioA

Сервер Beancount MCP (протокол контекста модели)

Сервер Beancount MCP, который может выполнять запросы Beancount и отправлять транзакции в реестр.

Использование

uvx beancount-mcp [--transport=stdio/sse] your_ledger.bean

Добавить к Клоду

Добавьте в claude_desktop_config.json (этот файл можно найти, используя Настройки - Разработчик - Изменить конфигурацию):

{ "mcpServers": { "https://github.com/StdioA/beancount-mcp/tree/master": { "command": "uvx", "args": [ "beancount-mcp", "--transport=stdio", "PATH_TO_YOUR_LEDGER" ], "disabled": false, "autoApprove": [] } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

Сервер MCP для запроса из вашей бухгалтерской книги Beancount или отправки транзакции.

  1. Использование
    1. Добавить к Клоду

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    An MCP server that allows users to interact with YNAB data, enabling access to account balances, transactions, and the creation of new transactions through the Model Context Protocol.
    Last updated -
    10
    4
    Python
  • -
    security
    A
    license
    -
    quality
    An MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.
    Last updated -
    3
    Python
    GPL 3.0
    • Apple
  • -
    security
    A
    license
    -
    quality
    An experimental server implementing the Model Context Protocol to allow AI assistants to query and analyze financial data stored in Beancount ledger files using the Beancount Query Language.
    Last updated -
    29
    Python
    MIT License
  • -
    security
    A
    license
    -
    quality
    MCP server that provides monitoring and analytics capabilities for MBBank accounts, allowing users to check balances, transaction history, card details, and savings information.
    Last updated -
    8
    Python
    MIT License

View all related MCP servers

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