Skip to main content
Glama

Solana Agent Kit MCP Server

package.json1.25 kB
{ "name": "solana-mcp-sendai-hackathon", "version": "1.0.0", "description": "A Model Context Protocol server for interacting with the Solana blockchain, powered by the [Solana Agent Kit](https://github.com/sendaifun/solana-agent-kit)", "main": "build/index.js", "type": "module", "bin": { "solana-mcp": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "node build/index.js", "dev": "tsx watch src/index.ts" }, "files": [ "build" ], "repository": { "type": "git", "url": "https://github.com/cryptoleek/solana-mcp-sendai-hackathon.git" }, "keywords": [ "solana", "mcp", "solana-agent-kit", "solana-mcp" ], "author": "cryptoleek", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "@solana/spl-memo": "^0.2.5", "@solana/spl-token": "^0.4.13", "@solana/web3.js": "^1.98.0", "bs58": "^6.0.0", "dotenv": "^16.4.7", "helius-sdk": "^1.4.2", "solana-agent-kit": "1.4.8", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.4", "ts-node": "^10.9.2", "typescript": "^5.7.3" }, "packageManager": "pnpm@9.14.2" }

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/awesome-solana-mcp'

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