Skip to content

Instantly share code, notes, and snippets.

@thatanjan
Created August 30, 2025 04:22
Show Gist options
  • Select an option

  • Save thatanjan/92c60284895653d9e4456e4182206a61 to your computer and use it in GitHub Desktop.

Select an option

Save thatanjan/92c60284895653d9e4456e4182206a61 to your computer and use it in GitHub Desktop.
Context7 mcp server config
{
"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