streamable-httpupdated 15d ago
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.
Solana MCP by Vybe 能做什么?
Solana MCP by Vybe
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.
MCP endpoint
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).
Quick setup
Cursor / Windsurf / Codex-style HTTP
{
"mcpServers": {
"solana-mcp-vybe": {
"type": "http",
"url": "https://mcp.vybenetwork.xyz/mcp"
}
}
}
Same snippet: examples/cursor-mcp.json.
Claude Desktop via mcp-remote
{
"mcpServers": {
"solana-mcp-vybe": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.vybenetwork.xyz/mcp"]
}
}
}
Claude.ai custom connector
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.
What this repository holds
server.json— metadata published to the official MCP Registry (GitHub Actions). Remote URL:https://mcp.vybenetwork.xyz..mcp.jsonandmcp.json— root MCP/plugin configs for directory UIs (e.g. Cursor “Submit a Plugin”). Native HTTP tohttps://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.
Available tools
| 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 |
GitHub repository name
vybenetwork/solana-mcp-vybe (starts with solana-mcp, includes Vybe).
Publish a new listing version
-
Clone or use this repo at
github.com/vybenetwork/solana-mcp-vybe -
Tag and push (the workflow sets
server.jsonversionfrom the tag):git tag v1.0.0 git push origin v1.0.0Or 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 .
Cursor and other directories
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.
Registry catalog id
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.
安装
把 Solana MCP by Vybe 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http solana-mcp-by-vybe https://docs.vybenetwork.com/mcpcodex mcp add solana-mcp-by-vybe --url https://docs.vybenetwork.com/mcp{
"mcpServers": {
"solana-mcp-by-vybe": {
"url": "https://docs.vybenetwork.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"solana-mcp-by-vybe": {
"type": "http",
"url": "https://docs.vybenetwork.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"solana-mcp-by-vybe": {
"url": "https://docs.vybenetwork.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"solana-mcp-by-vybe": {
"serverUrl": "https://docs.vybenetwork.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档25/25
- 维护25/25
- 可信度9/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 7 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.1.3最新 | 2026年5月11日 |
| 1.1.2 | 2026年5月11日 |
| 1.1.1 | 2026年5月11日 |
| 1.1.0 | 2026年5月11日 |
| 1.0.9最新 | 2026年4月14日 |
| 1.0.8 | 2026年4月10日 |
| 1.0.6 | 2026年4月10日 |
| 1.0.4 | 2026年4月10日 |
| 1.0.1 | 2026年4月9日 |
| 1.0.0 | 2026年4月9日 |