Skip to main content
Glama

Ledger CLI MCP Server

by minhyeoky
smithery.yaml625 B
# Smithery configuration file: https://smithery.ai/docs/build/project-config startCommand: type: stdio commandFunction: # A JS function that produces the CLI command based on the given config to start the MCP on stdio. |- (config) => ({ command: 'mcp', args: ['run', 'main.py'], env: { LEDGER_FILE: config.ledgerFile } }) configSchema: # JSON Schema defining the configuration options for the MCP. type: object required: - ledgerFile properties: ledgerFile: type: string description: Path to the Ledger CLI file exampleConfig: ledgerFile: /data/ledger.dat

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/minhyeoky/mcp-server-ledger'

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