Back to directory
quant72ai/quant72-mcp

quant72ai/quant72-mcp

@Quant72AI

A Solana Agent Kit implementation using the Model Context Protocol (MCP) for handling protocol operations on the Solana blockchain

solanablockchainmcpagent-kittypescriptweb3cryptosolana-agent-kittool

Installation & Configuration

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

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15