solana-mcp-server

solana-mcp-server

20

The Solana MCP Server is designed to provide comprehensive access to Solana blockchain data using natural language queries through the Cline platform. It implements a wide range of RPC methods to facilitate easy querying of blockchain information. This server supports account, block, token, system, and staking operations.

What is the Solana MCP Server?

The Solana MCP Server is a protocol server that provides access to Solana blockchain data through a variety of RPC methods, enabling users to query information using natural language.

How do I configure the Solana MCP Server with Cline?

You can configure the server by adding the necessary settings to your Cline MCP settings file and restarting Cline to load the new server.

What are some example queries I can use with the Solana MCP Server?

Example queries include asking for the SOL balance of an address, the current slot number, information about the latest block, and the current inflation rate.

What environment variable is used for the Solana RPC endpoint?

The environment variable SOLANA_RPC_URL is used to specify the Solana RPC endpoint, defaulting to 'https://api.mainnet-beta.solana.com' if not specified.

What are the prerequisites for developing with the Solana MCP Server?

Prerequisites include having Rust and Cargo installed, and optionally the Solana CLI tools for testing.