by vybenetwork
Public Solana MCP registry metadata for Vybe Solana API
# Add to your Claude Code skills
git clone https://github.com/vybenetwork/solana-mcp-vybeGuides for using mcp servers skills like solana-mcp-vybe.
Last scanned: 6/18/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-18T08:48:30.347Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}See how solana-mcp-vybe compares with popular alternatives.
solana-mcp-vybe is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by vybenetwork. Public Solana MCP registry metadata for Vybe Solana API. It has 1,221 GitHub stars.
Yes. solana-mcp-vybe passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/vybenetwork/solana-mcp-vybe" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh solana-mcp-vybe against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Solana MCP by Vybe lets Cursor, Claude, Codex, and other MCP clients browse schemas or make live Solana API calls through one public MCP server.
Public Model Context Protocol (MCP) registry metadata for Solana MCP by Vybe.
Use the streamable HTTP endpoint:
https://mcp.vybenetwork.xyz/mcp
Registry metadata (server.json) publishes the remote as:
https://mcp.vybenetwork.xyz
Clients that require an explicit MCP path (ChatGPT Developer Mode, Codex, Cursor HTTP) should use https://mcp.vybenetwork.xyz/mcp.
Copy-paste setup for the public docs site: docs/mcp.md. Live product guides: docs.vybenetwork.com/docs/mcp (still may show the old .com host until that site is updated).
{
"mcpServers": {
"solana-mcp-vybe": {
"type": "http",
"url": "https://mcp.vybenetwork.xyz/mcp"
}
}
}
Same snippet: examples/cursor-mcp.json.
mcp-remote{
"mcpServers": {
"solana-mcp-vybe": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.vybenetwork.xyz/mcp"]
}
}
}
Name: Solana MCP by Vybe
URL: https://mcp.vybenetwork.xyz/mcp
Authenticate with OAuth when the client prompts. Do not commit API keys into this repo.
server.json — metadata published to the official MCP Registry (GitHub Actions). Remote URL: https://mcp.vybenetwork.xyz..mcp.json and mcp.json — root MCP/plugin configs for directory UIs (e.g. Cursor “Submit a Plugin”). Native HTTP to https://mcp.vybenetwork.xyz/mcp — no secrets..codex-plugin/plugin.json — Codex plugin metadata for local install/refresh against the same MCP URL.chatgpt-app-submission.json — draft ChatGPT Apps submission fields.| Tool | Description |
|---|---|
list-endpoints |
Browse API paths with methods and summaries |
search-endpoints |
Search paths, operations, and schemas by keyword |
get-endpoint |
Full OpenAPI details for one path and method |
execute-request |
Live authenticated API calls |
pay-with-x402 |
x402 pay-per-call integration guidance |
vybenetwork/solana-mcp-vybe (starts with solana-mcp, includes Vybe).
Clone or use this repo at github.com/vybenetwork/solana-mcp-vybe
Tag and push (the workflow sets server.json version from the tag):
git tag v1.0.0
git push origin v1.0.0
Or run Actions → Publish to MCP Registry → Run workflow (uses the version already in server.json).
Publishing uses GitHub OIDC in Actions; no personal token secret is required.
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.
Verify:
curl -sS "https://registry.modelcontextprotocol.io/v0.1/servers?search=vybenetwork" | jq .
Use examples/cursor-mcp.json as the install snippet. For Cursor Directory, submit after the registry publish succeeds; use OAuth for https://mcp.vybenetwork.xyz/mcp.
server.json name: io.github.vybenetwork/solana-mcp-vybe. Display title: Solana MCP by Vybe.
Publish: push main, then git tag vX.Y.Z && git push origin vX.Y.Z, or Actions → Publish to MCP Registry.