Monad MCP Server

by lispking
Apache 2.0
3

Integrations

  • Manages environment variables needed for secure configuration of the Monad MCP server

  • Supports cloning the repository to set up the Monad MCP server

  • Hosts the repository for the Monad MCP server code

모나드 MCP 서버

이 MCP 서버는 Monad 테스트넷과 상호 작용하며 다양한 기능을 제공합니다. 여기에는 MON 토큰 잔액 확인, 거래 전송, 스마트 컨트랙트 배포 등이 포함됩니다.

MCP란 무엇인가요?

MCP(Model Context Protocol)는 AI 모델이 외부 도구 및 서비스와 상호 작용할 수 있도록 하는 표준입니다.

필수 조건

  • Node.js(v16 이상)
  • npm 또는 yarn 또는 pnpm
  • 클로드 데스크탑

.env.example 사용법

이 프로젝트에서는 .env.example 파일을 사용하여 환경 변수를 관리합니다. 사용 방법은 다음과 같습니다.

  1. .env.example 파일을 복사하고 이름을 .env 로 바꿉니다.
  2. .env 파일을 열고 필요에 따라 필요한 환경 변수를 입력하세요.
  3. 민감한 정보를 보호하려면 .env 파일을 저장소에 커밋하지 마십시오.

시작하기

  1. 이 저장소를 복제하세요

지엑스피1

  1. 종속성 설치:
pnpm i

프로젝트를 빌드하세요

pnpm build

이제 서버를 사용할 준비가 되었습니다!

MCP 서버 구성 추가

{ "mcpServers": { ... "monad-mcp": { "command": "node", "args": [ "/<path-to-project>/build/index.js" ], "env": { "PRIVATE_KEY": "<your private key>" } } } }

추가 자료

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

AI 모델이 Monad 테스트넷과 상호 작용하여 토큰 잔액을 확인하고, 거래를 보내고, 스마트 계약을 배포할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.

  1. What is MCP?
    1. Prerequisites
      1. .env.example Usage
    2. Getting Started
      1. Build the project
      2. Adding the MCP server Configuration
    3. Further Resources

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables AI agents to interact with 30+ Ethereum-compatible blockchain networks, providing services like token transfers, contract interactions, and ENS resolution through a unified interface.
        Last updated -
        28
        94
        146
        TypeScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables AI assistants to access Flow blockchain data and perform operations such as checking balances, resolving domains, executing scripts, and submitting transactions.
        Last updated -
        JavaScript
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables AI agents to interact with the Flow blockchain through RPC calls, supporting account balances, script execution, transactions, domain resolution, and contract interactions.
        Last updated -
        82
        JavaScript
      • -
        security
        A
        license
        -
        quality
        A production-ready Model Context Protocol server implementation that connects AI assistants to the TON blockchain, allowing them to query wallet balances, transaction details, smart contracts, and other blockchain data.
        Last updated -
        TypeScript
        MIT License

      View all related MCP servers

      ID: lwyxdoa4nj