solana-mcp-vybe
v1.1.3Live Solana market, token, wallet, and API tools from Vybe.
By Vybe Network1.2k GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add solana-mcp-vybe@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/vybenetwork/solana-mcp-vybeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- url
- https://mcp.vybenetwork.xyz/mcp
Plugin manifests1
{
"name": "solana-mcp-vybe",
"version": "1.1.3",
"description": "Live Solana market, token, wallet, and API tools from Vybe.",
"author": {
"name": "Vybe Network",
"url": "https://vybe.fyi/"
},
"homepage": "https://docs.vybenetwork.com/docs/mcp",
"repository": "https://github.com/vybenetwork/solana-mcp-vybe",
"keywords": [
"solana",
"crypto",
"wallet analytics",
"token data",
"onchain"
],
"interface": {
"displayName": "Solana MCP by Vybe",
"shortDescription": "Explore live Solana markets, tokens, and wallets.",
"longDescription": "Connects Codex to Vybe's Solana MCP server for API discovery and live market, token, wallet, trade, and transfer analysis.",
"developerName": "Vybe Network",
"category": "Productivity",
"capabilities": [
"Live Solana data",
"API schema discovery"
],
"websiteURL": "https://vybe.fyi/",
"defaultPrompt": [
"List the available Vybe Solana API endpoints.",
"Show the parameters for the Wallet PnL endpoint.",
"Find endpoints related to token holders."
]
},
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[solana-mcp-vybe on Agent Plugins Marketplace](https://pluginsmp.com/plugins/solana-mcp-vybe)