Skip to main content
Glama

Ledger MCP Server

by mprokopov

원장 서비스 MCP 서버

Claude를 통해 원장 파일에 접근하고 관리하기 위한 MCP 서버입니다.

구성 요소

도구

서버는 원장 관리를 위한 세 가지 도구를 구현합니다.

  • list-accounts : 원장의 모든 계정을 나열합니다.
    • "년"을 필수 인수로 사용합니다.
    • 사용 가능한 모든 계정의 포맷된 목록을 반환합니다.
  • account-balance : 특정 계정의 잔액을 가져옵니다.
    • 필수 인수로 "year" 및 "account"를 사용합니다.
    • 지정된 계정의 현재 잔액을 반환합니다.
  • account-register : 계좌의 거래 내역을 보여줍니다.
    • 필수 인수로 "year" 및 "account"를 사용합니다.
    • 지정된 계정에 대한 자세한 거래 내역을 반환합니다.

설치

필수 조건

  • Python 3.13 이상
  • uv 패키지 관리자
  • Node.js와 npm(디버깅용)

PyPI에서 설치

지엑스피1

디버깅

검사기를 사용하여 서버 디버깅:

npx @modelcontextprotocol/inspector \ uv \ --directory /path/to/ledger-service \ run \ ledger-service

MCP Inspector 디버깅 인터페이스

Claude Desktop 구성

Claude Desktop의 구성 파일에 서버 구성을 추가합니다.

MacOS의 경우: ~/Library/Application\ Support/Claude/claude_desktop_config.json Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json

"mcpServers": { "ledger-service": { "command": "uv", "args": [ "--directory", "/path/to/ledger-service", "run", "ledger-service" ] } }
"mcpServers": { "ledger-service": { "command": "uvx", "args": [ "ledger-service" ] } }

개발

로컬 설정

  1. 저장소를 복제합니다
  2. 가상 환경을 생성하고 활성화합니다
  3. 종속성 설치:

기본 경로는 server.pyLEDGER_BASE_PATH 상수를 수정하여 구성할 수 있습니다.

특허

GNU 일반 공중 사용 허가서 버전 3, 2007년 6월 29일

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Claude를 통해 원장 파일에 접근하고 관리할 수 있는 MCP 서버로, 계정 목록, 잔액 확인, 거래 등록부 보기 기능을 제공합니다.

  1. 구성 요소
    1. 도구
  2. 설치
    1. 필수 조건
    2. PyPI에서 설치
  3. 디버깅
    1. Claude Desktop 구성
  4. 개발
    1. 로컬 설정
  5. 특허

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      An MCP server that connects Claude to BrianKnows' blockchain knowledge base, allowing users to search for blockchain/DeFi information and interact with a specialized agent across multiple knowledge bases.
      Last updated -
      3
      JavaScript
    • -
      security
      A
      license
      -
      quality
      A local MCP server that enables AI applications like Claude Desktop to securely access and work with Obsidian vaults, providing capabilities for reading notes, executing templates, and performing semantic searches.
      Last updated -
      60
      TypeScript
      MIT License
      • Apple
      • Linux
    • A
      security
      A
      license
      A
      quality
      An MCP server that enables interaction with Safe (formerly Gnosis Safe) smart contract wallets, allowing users to query transactions, get multisig details, and decode transaction data through natural language.
      Last updated -
      3
      JavaScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      An MCP server that provides seamless integration with the Neo N3 blockchain, allowing Claude to interact with blockchain data, manage wallets, transfer assets, and invoke smart contracts.
      Last updated -
      22
      3
      MIT License
      • Linux
      • Apple

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

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