# Solana Dev Essentials

Search Solana documentation to quickly find concepts, guides, and examples. Inspect on-chain state by fetching balances, accounts, transactions, blocks, and slots. Create and manage wallets, sign mes…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add fozagtx/solanaaiterminal

# Browse available tools
npx -y @smithery/cli@latest tool list fozagtx/solanaaiterminal
```
