Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Solana Agent Kit MCP Server
Claim
by
sendaifun
npm
GitHub
Finance
Developer Tools
53
18
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
solana-mcp
scripts
src
claude_desktop_config.json
.gitignore
package.json
pnpm-lock.yaml
README.md
tsconfig.json
{ "mcpServers": { "agent-kit": { "command": "node", "env" : { "OPENAI_API_KEY": "optional_openai_api_key_here", "RPC_URL": "your_rpc_url_here", "SOLANA_PRIVATE_KEY": "your_private_key_here" }, "args": [ "/absolute/path/to/build/index.js" ] } } }