solana-dev-mcp
30
This project is a demonstration of a Solana Model Context Protocol (MCP) server designed to facilitate Solana development. It offers basic RPC methods and prompts, with ideas for extensibility to enhance functionality.
Solana Model Context Protocol (MCP) Demo
This repository demonstrates a Model Context Protocol (MCP) server implementation for Solana development.
Features
- Basic RPC methods for Solana like getBalance, getAccountInfo, and getTransaction.
- Prompts to aid Solana development.
Prerequisites
- Node.js (v16 or higher)
- pnpm package manager (v9.10.0 or compatible)
Getting Started
- Explore the code in
index.ts
to understand the MCP server setup. - Extend the server with additional tools and resources using the provided ideas.
Ideas for Extension
- Add a Priority Fee Estimator for Solana transactions.
- Solana Verify Debugger to help troubleshoot issues.