Skip to main content
Glama

Metaplex MCP Server

by aldrin-labs

Metaplex MCP サーバー

Metaplex ドキュメントおよびリポジトリ情報にアクセスするためのモデル コンテキスト プロトコル (MCP) サーバー。

特徴

  • Metaplexドキュメントを検索
  • metaplex-foundationからリポジトリの詳細を取得する
  • Metaplexリポジトリ全体でコードを検索する

使用法

サーバーは MCP サーバーとして実行され、MCP プロトコルを介してアクセスできます。

インストール

# Install and configure Metaplex MCP Server cd ~/Documents/Cline/MCP && \ git clone https://github.com/metaplex-foundation/metaplex-mcp-server.git && \ cd metaplex-mcp-server && \ npm install && \ npm run build && \ echo '{ "metaplex": { "command": "node", "args": ["'$(pwd)'/build/index.js"], "env": {} } }' | jq -s '.[0] * .[1]' ~/Library/Application\ Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json - > /tmp/cline_mcp_settings.json && \ mv /tmp/cline_mcp_settings.json ~/Library/Application\ Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json && \ nohup node build/index.js > /dev/null 2>&1 &

発達

# Install dependencies npm install # Build and run npm run build && node build/index.js

ライセンス

このプロジェクトはThe Unlicenseの下でリリースされています。詳細はLICENSEをご覧ください。

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

Metaplex MCP サーバーは、Metaplex ドキュメントおよびリポジトリの詳細へのアクセスを容易にし、ユーザーが MCP プロトコルを通じてさまざまな Metaplex リソースを検索および操作できるようにします。

  1. 特徴
    1. 使用法
      1. インストール
        1. 発達
          1. ライセンス

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              The MCP server provides access to Clever Cloud's documentation, allowing users to query and interact with it through Model Context Protocol clients like Claude Desktop.
              Last updated -
              TypeScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              MCP Server for the Perplexity API.
              Last updated -
              50
              Python
              MIT License
              • Linux
              • Apple
            • -
              security
              -
              license
              -
              quality
              An MCP server that enables Claude and other MCP clients to interact with Mattermost workspaces, providing channel management, messaging capabilities, and topic monitoring functionality.
              Last updated -
              TypeScript
            • A
              security
              A
              license
              A
              quality
              A documentation server based on MCP protocol designed for various development frameworks that provides multi-threaded document crawling, local document loading, keyword searching, and document detail retrieval.
              Last updated -
              2
              37
              JavaScript
              MIT License
              • Apple
              • Linux

            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/aldrin-labs/metaplex-mcp-server'

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