Skip to main content
Glama
StdioA

beancount-mcp

by StdioA

Beancount MCP (Model Context Protocol)-Server

Ein Beancount-MCP-Server, der Beancount-Abfragen ausführen und Transaktionen an das Hauptbuch übermitteln kann.

Verwendung

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

Zu Claude hinzufügen

Zu claude_desktop_config.json hinzufügen (Sie finden diese Datei unter „Einstellungen – Entwickler – Konfiguration bearbeiten“):

{
  "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

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

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