Solana AI Terminal

Solana AI Terminal

Enables AI agents to interact with the Solana blockchain network, supporting documentation search, blockchain queries, wallet management, and cryptographic signing operations on Devnet and Testnet.

Category
访问服务器

README

<div align="center"> <img src="./docs/images/Solana.jpeg" alt="Solana Logo" width="200"/> </div>

<br/>

Model Context Protocol (MCP) server that enables AI agents like Claude to interact with the Solana blockchain network.

smithery badge

Features

  • Official Solana documentation search
  • Blockchain queries (accounts, transactions, blocks)
  • Wallet management and creation
  • Cryptographic signing operations
  • Support for Devnet and Testnet

Quick Start

Prerequisites

  • Node.js 18+
  • pnpm 10.14.0+

Installation

Installing via Smithery

To install Solana Dev Essentials automatically via Smithery:

npx -y @smithery/cli install @fozagtx/solanaaiterminal

Manual Installation

# Install dependencies
pnpm install

# Build the project
pnpm build

Usage

Development Mode

# Run in development mode
pnpm dev

Production Mode

# Build the project
pnpm build

# Start the server
pnpm start

Testing

pnpm test

Clean Build

# Remove build artifacts
pnpm clean

Configuration

Environment Variables

Create a .env file in the root directory:

# Network Configuration
ENVIRONMENT=DEVNET              # DEVNET or TESTNET

# Wallet Configuration (required for signing)
AGENT_SECRET_KEY=your_base58_private_key_here

# Server Configuration
USE_STREAMABLE_HTTP=false       # true for HTTP mode
PORT=3000                       # HTTP server port
HOST=127.0.0.1                  # HTTP server host

See .env.example for a template.


Network Information

Devnet

  • Network: Devnet
  • RPC URL: https://api.devnet.solana.com
  • Explorer: https://explorer.solana.com/?cluster=devnet
  • Native Token: SOL (Devnet)
  • Faucet: https://faucet.solana.com/

Testnet

  • Network: Testnet
  • RPC URL: https://api.testnet.solana.com
  • Explorer: https://explorer.solana.com/?cluster=testnet
  • Native Token: SOL (Testnet)
  • Faucet: https://faucet.solana.com/

Project Structure

solana/
├── src/                  # Server source code
├── dist/                 # Built output
├── .env                  # Environment variables (gitignored)
├── .env.example          # Environment template
├── package.json          # Dependencies and scripts
├── tsconfig.json         # TypeScript configuration
├── Dockerfile            # Docker configuration
├── .dockerignore         # Docker ignore patterns
├── smithery.yaml         # Smithery configuration
├── somnia-mcp-stdio.example.json           # STDIO mode config
├── somnia-mcp-streamable-http.json         # HTTP mode config
└── README.md             # This file

Docker Support

Build and run with Docker:

# Build Docker image
docker build -t solana-mcp-server .

# Run container
docker run -p 3000:3000 --env-file .env solana-mcp-server

Deployment

MCP Server

For deployment instructions to Smithery or other platforms, see DEPLOYMENT.md.

Important: Ensure AGENT_SECRET_KEY is set as an environment variable in your deployment platform, not hardcoded in the Dockerfile.

Documentation Site

The docs/ folder contains a static HTML documentation site. For hosting instructions, see docs/HOSTING.md.

Quick Deploy:

  • GitHub Pages (recommended)
  • Vercel: vercel --prod
  • Netlify: Drag & drop at https://app.netlify.com/drop
  • Surge: cd docs && surge

Resources


Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

MIT License


Security Considerations

Important Security Notes:

  1. Private Keys: Never commit your AGENT_SECRET_KEY to version control
  2. Environment Variables: Use secure secret management for production
  3. API Access: Limit MCP server access to trusted AI agents
  4. Testnet First: Always test on Solana Devnet/Testnet before mainnet operations

Troubleshooting

Build Errors

# Clear all dependencies and rebuild
pnpm clean
rm -rf node_modules pnpm-lock.yaml
pnpm install
pnpm build

Connection Issues

  • Verify RPC URLs are accessible
  • Check network environment (DEVNET vs TESTNET)
  • Ensure correct network configuration

Signing Failures

  • Verify AGENT_SECRET_KEY is correctly formatted (base58)
  • Check private key has required permissions
  • Ensure sufficient balance for transaction fees

<div align="center"> <p>Made with ❤️ for the Solana ecosystem</p> </div>

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选