solana-mcp-vybe

solana-mcp-vybe

Solana MCP by Vybe allows AI clients to browse modes or make real-time Solana API calls through a public MCP server.

MCPDevOpen source
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 1.0k
Source
mcp-github

Overview

Solana MCP by Vybe is a Model Context Protocol (MCP) service that enables MCP clients like Cursor, Claude, and others to browse modes or make real-time Solana API calls via a public MCP server. The service provides publicly accessible MCP registry metadata and supports OAuth authentication. Users can access it at `https://mcp.vybenetwork.com`. Ideal for developers and AI applications needing interaction with the Solana blockchain.

Capabilities

  • Browse Solana modes
  • Real-time Solana API calls
  • OAuth authentication support

Use cases

AI clients interacting with the Solana blockchainQuerying on-chain data from SolanaExecuting Solana transactions

Setup

Requires: OAuth
Configure using `npx mcp-remote` and the MCP URL—no keys need to be stored in your repository.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I release a new version?

Clone the repository, tag it, and push, for example: `git tag v1.0.0 && git push origin v1.0.0`.

How do I verify a successful release?

Use `curl -sS`

Related skills