Skip to content

Commit b24a72e

Browse files
committed
Copy: plain language for API key (live API calls); registry v1.0.4
Made-with: Cursor
1 parent c4a2a0c commit b24a72e

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The live MCP endpoint is:
99
This repository holds:
1010

1111
- **`server.json`** — metadata published to the [official MCP Registry](https://registry.modelcontextprotocol.io) (GitHub Actions).
12-
- **`.mcp.json` and `mcp.json`**[Open Plugins](https://open-plugins.com)–style MCP config at the repo root so directory UIs (e.g. Cursor “Submit a Plugin” with Auto GitHub scan) can detect a plugin component. They use **`npx mcp-remote`** and the public MCP URL only — **no API key in the repo.** Add a **`X-API-KEY`** header (or env) in your client when you need tools that call the Vybe API (e.g. `execute-request`); keys come from [vybe.fyi](https://vybe.fyi).
12+
- **`.mcp.json` and `mcp.json`**[Open Plugins](https://open-plugins.com)–style MCP config at the repo root so directory UIs (e.g. Cursor “Submit a Plugin” with Auto GitHub scan) can detect a plugin component. They use **`npx mcp-remote`** and the public MCP URL only — **no API key in the repo.** Add a **`X-API-KEY`** header (or env) in your client when you need **live Solana API calls** (not just schema browsing); keys come from [vybe.fyi](https://vybe.fyi).
1313

1414
`examples/cursor-mcp.json` is the same idea for native **`url`** config: URL only, optional headers in the client when needed.
1515

@@ -39,7 +39,7 @@ Publishing uses **GitHub OIDC** in Actions; no personal token secret is required
3939

4040
## Cursor and other directories
4141

42-
Use `examples/cursor-mcp.json` as the install snippet. For [Cursor Directory](https://cursor.directory), submit after the registry publish succeeds; add `X-API-KEY` locally when you need `execute-request`.
42+
Use `examples/cursor-mcp.json` as the install snippet. For [Cursor Directory](https://cursor.directory), submit after the registry publish succeeds; add `X-API-KEY` locally when you need **live API calls**.
4343

4444
## Registry server id
4545

server.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.vybenetwork/vybe-solana-api",
44
"title": "Solana MCP by Vybe",
5-
"description": "Solana MCP by Vybe: OpenAPI discovery, doc search, live API execution with your Vybe API key.",
6-
"version": "1.0.1",
5+
"description": "Solana MCP by Vybe: OpenAPI discovery, doc search, remote Solana API. API key for live API calls.",
6+
"version": "1.0.4",
7+
"websiteUrl": "https://docs.vybenetwork.com/docs/mcp",
78
"repository": {
89
"url": "https://github.com/vybenetwork/solana-mcp-vybe",
910
"source": "github"
@@ -15,7 +16,7 @@
1516
"headers": [
1617
{
1718
"name": "X-API-KEY",
18-
"description": "Vybe API key from https://vybe.fyi (required for execute-request and authenticated calls)",
19+
"description": "API key for authenticated Solana API calls (get yours at https://vybe.fyi)",
1920
"isRequired": true,
2021
"isSecret": true,
2122
"format": "string"

0 commit comments

Comments
 (0)