Skip to main content
Glama

GOAT MCP Server

모델 컨텍스트 프로토콜

🚀 빠른 시작

이 예제에서는 데스크톱용 Claude에 GOAT를 연결하기 위해 MCP 서버를 만드는 방법을 보여줍니다.

EVM(Base Sepolia)과 Solana 체인 모두에 구현되었지만 다른 체인, 지갑 및 도구 시리즈를 지원하도록 업데이트할 수 있습니다.

요구 사항

  • Claude for Desktop을 설치하세요. 여기 에서 다운로드할 수 있습니다.

설정

  1. 저장소를 복제합니다.

지엑스피1

  1. typescript 디렉토리에서 다음 명령을 실행하세요.
cd typescript pnpm install pnpm build
  1. 예제 디렉토리로 이동하세요:
cd examples/by-framework/model-context-protocol

Claude를 위한 MCP 서버 구성

  1. mcp-evm.example.json 파일을 mcp-evm.json 으로 복사합니다.
# For EVM cp mcp-evm.example.json mcp-evm.json # For Solana cp mcp-solana.example.json mcp-solana.json
  1. EVM 또는 Solana에 대한 값으로 json 파일을 업데이트하세요.
  • model-context-protocol 폴더의 상위 폴더에 대한 절대 경로는 model-context-protocol 폴더에서 pwd 실행하여 얻을 수 있습니다.
  • WALLET_PRIVATE_KEY
  • RPC_PROVIDER_URL
  1. json 파일을 복사/업데이트하고 이름을 claude_desktop_config.json 파일로 바꾸어 ~/Library/Application Support/Claude/ 디렉터리에 넣습니다.
# For EVM cp mcp-evm.json ~/Library/Application\ Support/Claude/claude_desktop_config.json # For Solana cp mcp-solana.json ~/Library/Application\ Support/Claude/claude_desktop_config.json

이는 Claude에게 데스크톱에 대해 다음과 같이 알려줍니다.

  • "goat-evm" / "goat-solana"라는 이름의 MCP 서버가 있습니다.
  • 지정된 명령을 실행하여 시작합니다.
  1. 데스크톱에서 Claude를 다시 시작합니다.

참고 : 코드를 변경할 때 다음 사항을 확인하세요.

  1. model-context-protocol 폴더에서 pnpm build 실행하여 업데이트된 evm.jssolana.js 파일을 생성합니다.
  2. json 파일을 업데이트하는 경우: ~/Library/Application Support/Claude/ 디렉터리에 다시 복사하거나 claude_desktop_config.json 파일을 새 값으로 업데이트하세요. Claude도 다시 시작해야 합니다.

용법

  1. 데스크톱에서 Claude 실행
  2. 상담원과 채팅하기:
  • ERC-20 토큰 잔액을 확인하세요
  • ERC-20 토큰을 다른 주소로 보내기
  • 방금 보낸 토큰을 확인하려면 잔액을 다시 확인하세요.

모델 컨텍스트 프로토콜을 사용하는 방법에 대한 자세한 내용은 문서를 확인하세요.

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

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

Claude for Desktop과 블록체인 기능을 연결하는 MCP 서버로, 사용자는 자연어 상호작용을 통해 EVM 및 Solana 체인에서 잔액을 확인하고 토큰을 보낼 수 있습니다.

  1. 🚀 빠른 시작
    1. 요구 사항
      1. 설정
        1. Claude를 위한 MCP 서버 구성
      2. 용법

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          An MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.
          Last updated -
          1
          Python
          GPL 3.0
          • Apple
        • 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
          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
        • -
          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

        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/cryptoleek-team/goat-mcp'

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