Registry glue that plugs Solana data into Cursor and Claude
This repository packages the public metadata that lets MCP clients discover and query Vybe’s live Solana API.

What it does
The repo is essentially a manifest and publishing pipeline for Vybe’s Solana API endpoint. It stores the JSON files—server.json, .mcp.json, and mcp.json—that MCP registries and IDE directories need to list the service, then auto-publishes them to the official MCP Registry via GitHub Actions.
The interesting bit All authentication is punted to the live endpoint via OAuth, so the repository itself stays completely free of secrets. That design choice turns registry maintenance from a key-management chore into a version-tag-driven workflow.
Key highlights
- Auto-publishes to the official MCP Registry via GitHub Actions with OIDC
- Ships Open Plugins-style configs for directory UIs like Cursor
- Zero secrets in source: clients authenticate via OAuth at
mcp.vybenetwork.xyz - Includes example
cursor-mcp.jsonfor native URL-based client setup - Troubleshooting guide covers org-level OAuth grants for SAML-enabled GitHub accounts
Caveats
- This is packaging plumbing, not the Solana API server itself
- The documentation assumes familiarity with MCP concepts and GitHub org permissions
Verdict A useful reference if you are shipping an MCP server and need a clean, secret-free registry template. Everyone else should probably just consume the live endpoint through their client of choice.
Frequently asked
- What is vybenetwork/solana-mcp-vybe?
- This repository packages the public metadata that lets MCP clients discover and query Vybe’s live Solana API.
- Is solana-mcp-vybe open source?
- Yes — vybenetwork/solana-mcp-vybe is an open-source project tracked on heatdrop.
- How popular is solana-mcp-vybe?
- vybenetwork/solana-mcp-vybe has 1.2k stars on GitHub.
- Where can I find solana-mcp-vybe?
- vybenetwork/solana-mcp-vybe is on GitHub at https://github.com/vybenetwork/solana-mcp-vybe.