Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Solana Model Context Protocol (MCP) Demo
Claim
Official
by
solana-foundation
GitHub
Developer Tools
TypeScript
MIT License
21
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
solana-dev-mcp
.gitignore
index.ts
LICENSE
package.json
pnpm-lock.yaml
README.md
tsconfig.json
{
"
name
"
:
"
solana-dev-mcp
"
,
"
version
"
:
"
1.0.0
"
,
"
description
"
:
""
,
"
main
"
:
"
index.js
"
,
"
scripts
"
: {
"
build
"
:
"
tsc
"
,
"
start
"
:
"
ts-node index.ts
"
,
"
generate-config
"
:
"
echo '{
\"
mcpServers
\"
:{
\"
solana-dev
\"
:{
\"
command
\"
:
\"
ts-node
\"
,
\"
args
\"
:[
\"
'$(pwd)'/index.ts
\"
]}}}'
"
,
"
generate-config:js
"
:
"
echo '{
\"
mcpServers
\"
:{
\"
solana-dev
\"
:{
\"
command
\"
:
\"
node
\"
,
\"
args
\"
:[
\"
'$(pwd)'/dist/index.js
\"
]}}}'
"
},
"
keywords
"
: [],
"
author
"
:
""
,
"
license
"
:
"
ISC
"
,
"
packageManager
"
:
"
pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c
"
,
"
dependencies
"
: {
"
@modelcontextprotocol/sdk
"
:
"
^1.6.1
"
,
"
@solana/web3.js
"
:
"
^1.98.0
"
,
"
zod
"
:
"
^3.24.2
"
},
"
devDependencies
"
: {
"
@types/node
"
:
"
^22.13.10
"
}
}