{"id":50955949,"url":"https://github.com/vybenetwork/solana-mcp-vybe","last_synced_at":"2026-07-06T02:00:33.426Z","repository":{"id":350343160,"uuid":"1206400397","full_name":"vybenetwork/solana-mcp-vybe","owner":"vybenetwork","description":"Public Solana MCP registry metadata for Vybe Solana API","archived":false,"fork":false,"pushed_at":"2026-05-11T21:04:52.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-11T23:10:13.703Z","etag":null,"topics":["claude","cursor","mcp","mcp-client","mcp-clients","mcp-server","mcp-servers","mcp-tools","solana","spl-token","token-2022","vscode"],"latest_commit_sha":null,"homepage":"https://docs.vybenetwork.com/docs/mcp","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vybenetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-09T21:58:55.000Z","updated_at":"2026-05-11T21:04:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vybenetwork/solana-mcp-vybe","commit_stats":null,"previous_names":["vybenetwork/solana-mcp-vybe"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/vybenetwork/solana-mcp-vybe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vybenetwork%2Fsolana-mcp-vybe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vybenetwork%2Fsolana-mcp-vybe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vybenetwork%2Fsolana-mcp-vybe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vybenetwork%2Fsolana-mcp-vybe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vybenetwork","download_url":"https://codeload.github.com/vybenetwork/solana-mcp-vybe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vybenetwork%2Fsolana-mcp-vybe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35175119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude","cursor","mcp","mcp-client","mcp-clients","mcp-server","mcp-servers","mcp-tools","solana","spl-token","token-2022","vscode"],"created_at":"2026-06-18T07:00:18.757Z","updated_at":"2026-07-06T02:00:33.415Z","avatar_url":"https://github.com/vybenetwork.png","language":null,"funding_links":[],"categories":["Solana"],"sub_categories":[],"readme":"# Solana MCP by Vybe\r\nSolana MCP by Vybe lets Cursor, Claude, and other MCP clients browse schemas or make live Solana API calls through one public MCP server.\r\n\r\nPublic **Model Context Protocol (MCP) registry metadata** for **Solana MCP by Vybe**.\r\n\r\nThe live MCP endpoint is:\r\n\r\n`https://mcp.vybenetwork.xyz`\r\n\r\nProduct and setup guides: [docs.vybenetwork.com/docs/mcp](https://docs.vybenetwork.com/docs/mcp).\r\n\r\nThis repository holds:\r\n\r\n- **`server.json`** — metadata published to the [official MCP Registry](https://registry.modelcontextprotocol.io) (GitHub Actions).\r\n- **`.mcp.json` and `mcp.json`** — [Open Plugins](https://open-plugins.com)–style MCP config at the repo root so directory UIs (e.g. Cursor “Submit a Plugin” with Auto GitHub scan) can detect a plugin component. They use **`npx mcp-remote`** and the MCP URL only — **no secrets in the repo.** Clients authenticate via **OAuth** for this host (see discovery on `https://mcp.vybenetwork.xyz`).\r\n\r\n`examples/cursor-mcp.json` is the same idea for native **`url`** config: URL only; use your client’s OAuth flow for this MCP.\r\n\r\n## GitHub repository name\r\n\r\n**`vybenetwork/solana-mcp-vybe`** (starts with `solana-mcp`, includes Vybe).\r\n\r\n## Publish a new listing version\r\n\r\n1. Clone or use this repo at `github.com/vybenetwork/solana-mcp-vybe`.\r\n2. Tag and push (the workflow sets `server.json` `version` from the tag):\r\n\r\n   ```bash\r\n   git tag v1.0.0\r\n   git push origin v1.0.0\r\n   ```\r\n\r\n   Or run **Actions → Publish to MCP Registry → Run workflow** (uses the version already in `server.json`).\r\n\r\nPublishing uses **GitHub OIDC** in Actions; no personal token secret is required.\r\n\r\n**If you use `mcp-publisher login github` locally** and get **403** for `io.github.vybenetwork/...`: Git apps like **Git Credential Manager** are unrelated. Open **GitHub → Settings → Applications → Authorized OAuth Apps**, choose the app you authorized during **`mcp-publisher login github`** (device flow), then under **Organization access** click **Grant** for **`vybenetwork`**. On SAML-enforced orgs, also complete **SSO** for that OAuth app. Then run **`mcp-publisher logout`**, **`mcp-publisher login github`**, and **`publish`** again.\r\n\r\n3. Verify:\r\n\r\n   ```bash\r\n   curl -sS \"https://registry.modelcontextprotocol.io/v0.1/servers?search=vybenetwork\" | jq .\r\n   ```\r\n\r\n## Cursor and other directories\r\n\r\nUse `examples/cursor-mcp.json` as the install snippet. For [Cursor Directory](https://cursor.directory), submit after the registry publish succeeds; use **OAuth** (or whatever your client supports) for `https://mcp.vybenetwork.xyz`.\r\n\r\n## Registry catalog id\r\n\r\n**`server.json` `name`:** **`io.github.vybenetwork/solana-mcp-vybe`**. **Display title:** **Solana MCP by Vybe**.\r\n\r\n**Publish:** push `main`, then `git tag vX.Y.Z \u0026\u0026 git push origin vX.Y.Z`, or **Actions → Publish to MCP Registry**.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvybenetwork%2Fsolana-mcp-vybe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvybenetwork%2Fsolana-mcp-vybe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvybenetwork%2Fsolana-mcp-vybe/lists"}