Skip to main content
Glama

NEAR MCP

Official

MCPの近く

このプロジェクトは、 NEARブロックチェーンと連携するためのモデルコンテキストプロトコル( MCP )互換サーバーです。このツールは、LLMとAIエージェントがNEARアカウントとブロックチェーン機能に安全にアクセスし、連携するための手段を提供します。

クイックスタート

claude code cliを使用してnear-mcpサーバーをすぐに開始する方法は次のとおりです。

npm install -g @anthropic-ai/claude-code claude mcp add near-mcp npx @nearai/near-mcp@latest run claude

または、Phala CloudにMCPサーバーをリモートで展開するには、こちらの手順を確認してください。

インストール

near-mcp MCP互換クライアントで使用することを目的としています。詳しくはMCPドキュメントをご覧ください。

claude code cli に追加:

claude mcp add near-mcp npx @nearai/near-mcp@latest run

JSON 構成経由で claude デスクトップに追加します:

{ "mcpServers": { "near-mcp": { "command": "npx", "args": ["-y", "@nearai/near-mcp@latest", "run"], "env": {} } } }

gooseに追加する

┌ goose-configure │ ◇ What would you like to configure? │ Add Extension │ ◇ What type of extension would you like to add? │ Command-line Extension │ ◇ What would you like to call this extension? │ near-mcp │ ◇ What command should be run? │ npx @nearai/near-mcp@latest run │ ◇ Please set the timeout for this tool (in secs): │ 60 │ ◇ Would you like to add environment variables? │ No │ └ Added near-mcp extension

または、グローバルにインストールして直接使用することもできます。

# Install globally npm install -g @nearai/near-mcp@latest # Or use directly with npx npx @nearai/near-mcp@latest run

利用可能なツール

利用可能なツールと引数のリストについては、 TOOLS.md を参照してください。

AIモデルとの統合

このツールは、モデルコンテキストプロトコルをサポートするAIモデルで使用するように設計されています。これにより、AIアシスタントは以下のことが可能になります。

  1. ユーザーに代わってNEARアカウントを管理する
  2. 口座残高とステータスを確認する
  3. トランザクションに署名して送信する
  4. 新しいアカウントを作成し、アクセスキーを管理する
  5. スマートコントラクトの検査と実行

セキュリティに関する考慮事項

  • このMCPはローカルで実行されるように設計されています。アカウントの秘密鍵は、MCPサーバーが稼働しているローカルの暗号化されていないキーストアに保存されます。
  • 基盤となるモデルは*、1つの例外*を除き、やり取りするアカウントの秘密鍵を参照する権限を持たないようにする必要があります。import_accountツールを使用すると、モデルは秘密鍵からアカウントをインポートできます。ただしimport_accountこのツールを使用するには、ユーザーがモデルに秘密鍵を提供する必要があります。

貢献

NEAR MCP サーバーへの貢献を歓迎します。詳細については、 CONTRIBUTING.mdファイルをご覧ください。

問題の報告

バグを見つけた場合や機能のリクエストがある場合は、GitHub リポジトリで問題を開いてください。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

MCPコールを通じてNEARブロックチェーンと対話する

  1. クイックスタート
    1. インストール
      1. 利用可能なツール
        1. AIモデルとの統合
          1. セキュリティに関する考慮事項
            1. 貢献
              1. 問題の報告

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              Facilitates interaction with Starknet blockchain via MCP by exposing various RPC methods, allowing users to query chain states, transaction details, and block information using natural language queries.
              Last updated -
              1
              0
              9
              TypeScript
              MIT License
            • -
              security
              F
              license
              -
              quality
              An MCP server that enables graph database interactions with Neo4j, allowing users to access and manipulate graph data through natural language commands.
              Last updated -
              Python
            • A
              security
              A
              license
              A
              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 -
              6
              3
              4
              MIT License
              • Linux
              • Apple
            • A
              security
              A
              license
              A
              quality
              An MCP server that enables LLMs to perform blockchain operations on the Base network through natural language commands, including wallet management, balance checking, and transaction execution.
              Last updated -
              4
              661
              2
              TypeScript
              MIT License
              • 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/nearai/near-mcp'

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