Solana Agent Kit MCP Server

by DonutLabs-ai

Integrations

  • Enables interaction with the Solana blockchain, supporting all actions from the Solana Agent Kit to execute protocol operations and transactions on the Solana network.

Solana Agent Kit MCP 서버

센드AI

Solana 블록체인에서 프로토콜 작업을 처리하기 위해 모델 컨텍스트 프로토콜(MCP)을 사용하는 Solana Agent Kit 구현입니다.

특징

  • Solana Agent Kit의 모든 작업을 지원합니다.
  • 표준화된 상호작용을 위한 MCP 서버 구현
  • 환경 기반 구성

필수 조건

  • Node.js(v16 이상 권장)
  • pnpm 또는 yarn 또는 npm
  • 개인 키가 있는 Solana 지갑
  • 솔라나 RPC URL

설치

지엑스피1

구성

  1. env 필드를 편집하여 claude_desktop_config.json 파일을 구성합니다.
RPC_URL=your_solana_rpc_url_here
  1. Claude Desktop MCP 서버 설정을 변경하세요.

MacOS의 경우:

code ~/Library/Application\ Support/Claude/claude_desktop_config.json

Windows의 경우:

code $env:AppData\Claude\claude_desktop_config.json

최종 구성은 다음과 같아야 합니다(경로를 절대 프로젝트 경로로 바꾸세요).

{ "mcpServers": { "agent-kit": { "command": "node", "env": { "RPC_URL": "your_solana_rpc_url_here", }, "args": [ "/ABSOLUTE/PATH/TO/YOUR/PROJECT" ] } } }

참고: 구성을 업데이트하고 프로젝트를 빌드한 후에는 Claude Desktop을 다시 시작해야 합니다.

프로젝트 구축

프로젝트를 빌드하려면 다음을 실행하세요.

pnpm run build

이렇게 하면 TypeScript 코드가 컴파일되고 실행 파일에 대한 적절한 권한이 설정됩니다.

프로젝트 구조

  • src/ - 소스 코드 디렉토리
  • src/index.ts - MCP 서버를 구현하는 주요 진입점

종속성

특허

아이에스씨

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

-
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.

모델 컨텍스트 프로토콜을 통해 Solana 블록체인과의 상호작용을 가능하게 하는 구현으로, 표준화된 프로토콜 작업을 위한 Solana Agent Kit의 모든 작업을 지원합니다.

  1. 센드AI
    1. 특징
      1. 필수 조건
        1. 설치
          1. 구성
            1. 프로젝트 구축
              1. 프로젝트 구조
                1. 종속성
                  1. 특허
                    1. 기여하다

                      Related MCP Servers

                      • -
                        security
                        A
                        license
                        -
                        quality
                        A Model-Context-Protocol server enabling users to perform basic operations on Solana and Ethereum blockchains through simple RPC endpoints.
                        Last updated -
                        10
                        51
                        TypeScript
                        Apache 2.0
                      • -
                        security
                        A
                        license
                        -
                        quality
                        A Model Context Protocol server that enables Claude AI to interact with the Solana blockchain through a standardized interface, providing tools for transactions, account queries, and wallet management.
                        Last updated -
                        59
                        72
                        Apache 2.0
                        • Linux
                        • Apple
                      • -
                        security
                        A
                        license
                        -
                        quality
                        A Model Context Protocol server enabling AI agents to interact with the Solana blockchain for DeFi operations like checking balances, transferring tokens, executing swaps, and fetching price data.
                        Last updated -
                        59
                        15
                        TypeScript
                        MIT License
                      • -
                        security
                        A
                        license
                        -
                        quality
                        A Model Context Protocol server that enables AI models to interact with the Solana blockchain, providing RPC methods, wallet management, DeFi trading capabilities, and Helius API integration for enhanced Solana development.
                        Last updated -
                        TypeScript
                        MIT License

                      View all related MCP servers

                      ID: mdhlpnrxcy