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) は、AI モデルが外部のツールやサービスと対話できるようにする標準です。

前提条件

  • Node.js (v16以降)
  • npmまたはyarnまたはpnpm
  • クロードデスクトップ

.env.example の使用法

このプロジェクトでは、環境変数を管理するために.env.exampleファイルを使用します。使用するには、以下の手順に従ってください。

  1. .env.exampleファイルをコピーし、名前を.envに変更します。
  2. .envファイルを開き、必要に応じて必要な環境変数を入力します。
  3. 機密情報を保護するために、 .envファイルをリポジトリにコミットしないようにしてください。

はじめる

  1. このリポジトリをクローンする
git clone https://github.com/lispking/monad-mcp-server.git
  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