# Solana Claude Config — Agents, Commands & MCP Setup > Install a Solana-focused Claude Code config with agents, commands, rules, and optional MCP setup; verified 61★ and ships an `install.sh` one-liner. ## Install Save in your project root: ## Quick Use ```bash curl -fsSL https://raw.githubusercontent.com/solanabr/solana-claude-config/main/install.sh | bash curl -fsSL https://raw.githubusercontent.com/solanabr/solana-claude-config/main/install.sh | bash -s -- --agents claude ``` ## Intro Install a Solana-focused Claude Code config with agents, commands, rules, and optional MCP setup; verified 61★ and ships an `install.sh` one-liner. **Best for:** Solana full-stack projects that want a ready agent workspace **Works with:** Claude Code · `.claude/` or `.agents/` installs · optional MCP servers via `.mcp.json` **Setup time:** 10–25 minutes ### Key facts (verified) - GitHub: 61 stars · 16 forks · pushed 2026-04-23. - License: MIT · owner avatar + repo URL verified via GitHub API. - README-backed entrypoint: `curl -fsSL https://raw.githubusercontent.com/solanabr/solana-claude-config/main/install.sh | bash`. ## Main - Use the one-liner installer to copy a complete `.claude/` configuration into your project; use `--agents` for other tools. - Start with the included workflows/commands (build, test, deploy) and keep rules path-scoped to save tokens. - Use the optional MCP setup command (`/setup-mcp`) to configure API keys for the preconfigured servers. - Treat it as a template: rename CLAUDE-solana.md to CLAUDE.md and adapt agents/commands to your repo. ### Source-backed notes - README lists a config bundle: agents, commands, rules, and multiple MCP server integrations, plus a one-liner `install.sh`. - README documents `--agents` installs and an optional MCP setup step (`/setup-mcp`). ### FAQ - **Is this only for Claude Code?**: README includes an `--agents` mode to install under `.agents/` for other tools. - **Do I have to enable MCP?**: No — MCP setup is optional; start with config/agents first. - **How do I keep it updated?**: Use the update scripts referenced in the repo and re-run updates from project root. ## Source & Thanks > Source: https://github.com/solanabr/solana-claude > License: MIT > GitHub stars: 61 · forks: 16 --- ## Quick Use ```bash curl -fsSL https://raw.githubusercontent.com/solanabr/solana-claude-config/main/install.sh | bash curl -fsSL https://raw.githubusercontent.com/solanabr/solana-claude-config/main/install.sh | bash -s -- --agents claude ``` ## Intro 安装面向 Solana 的 Claude Code 配置:agents、commands、rules 与可选 MCP setup;已验证 61★,提供 `install.sh` 一行安装并支持 `--agents` 目录。 **Best for:** 希望快速得到完整 agent 工作区的 Solana 全栈项目 **Works with:** Claude Code · 支持 `.claude/`/`.agents/` 安装 · 可选 `.mcp.json` MCP servers **Setup time:** 10–25 minutes ### Key facts (verified) - GitHub:61 stars · 16 forks;最近更新 2026-04-23。 - 许可证:MIT;作者头像与仓库链接均已通过 GitHub API 复核。 - README 中可对照的入口命令:`curl -fsSL https://raw.githubusercontent.com/solanabr/solana-claude-config/main/install.sh | bash`。 ## Main - 用一行安装脚本把完整 `.claude/` 配置复制到项目;非 Claude 工具可用 `--agents` 安装到 `.agents/`。 - 从内置 workflows/commands 起步,并利用按路径加载的 rules 省 token、减少无关上下文。 - 可选的 `/setup-mcp` 用于为预置 MCP servers 配置 API key(README 说明了 `.mcp.json` 与 `.env`)。 - 把它当模板:按 README 提醒把 CLAUDE-solana.md 作为 CLAUDE.md 使用,并按仓库需求裁剪/定制。 ### Source-backed notes - README 列出该配置包含 agents/commands/rules 与多种 MCP server 集成,并提供 `install.sh` 一行安装。 - README 说明 `--agents` 安装模式与可选的 MCP setup(`/setup-mcp`)流程。 ### FAQ - **只给 Claude Code 用吗?**:不是:README 提供 `--agents` 模式,便于其它工具使用 `.agents/` 目录。 - **必须启用 MCP 吗?**:不必:MCP setup 是可选项,可以先用 agents/config 再逐步启用。 - **如何更新?**:按 README 提供的 update 脚本在项目根目录执行更新即可。 ## Source & Thanks > Source: https://github.com/solanabr/solana-claude > License: MIT > GitHub stars: 61 · forks: 16 --- Source: https://tokrepo.com/en/workflows/solana-claude-config-agents-commands-mcp-setup Author: Prompt Lab