Created
August 30, 2025 04:22
-
-
Save thatanjan/92c60284895653d9e4456e4182206a61 to your computer and use it in GitHub Desktop.
Context7 mcp server config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "servers": { | |
| "context7": { | |
| "command": "npx", | |
| "args": [ | |
| "-y", | |
| "@upstash/context7-mcp@latest", | |
| "--api-key", | |
| "${input:context7-access-token}" | |
| ], | |
| "type": "stdio" | |
| }, | |
| }, | |
| "inputs": [ | |
| { | |
| "type": "promptString", | |
| "id": "context7-access-token", | |
| "description": "context7 token", | |
| "password": true | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment