Skip to content

Commit 55498cc

Browse files
authored
Merge pull request #10 from mcpmux/claude/add-context7-mcp-nYwV7
feat: add Context7 MCP server definition
2 parents 7a6f00d + 6190b79 commit 55498cc

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

servers/com.upstash-context7.json

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.upstash-context7",
4+
"name": "Context7",
5+
"alias": "context7",
6+
"description": "Fetch up-to-date, version-specific documentation and code examples for libraries and frameworks directly into your prompt. Powered by Upstash.",
7+
"icon": "https://avatars.githubusercontent.com/u/74989412?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["documentation", "search"],
10+
"tags": ["context7", "documentation", "docs", "code-examples", "libraries", "upstash", "reference"],
11+
12+
"transport": {
13+
"type": "stdio",
14+
"command": "npx",
15+
"args": ["-y", "@upstash/context7-mcp", "--api-key", "${input:CONTEXT7_API_KEY}"],
16+
"metadata": {
17+
"inputs": [
18+
{
19+
"id": "CONTEXT7_API_KEY",
20+
"label": "Context7 API Key",
21+
"description": "API key for higher rate limits. Get a free key at context7.com/dashboard.",
22+
"type": "password",
23+
"required": false,
24+
"secret": true,
25+
"placeholder": "ctx7sk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
26+
"obtain": {
27+
"url": "https://context7.com/dashboard",
28+
"instructions": "1. Go to context7.com/dashboard\n2. Sign up or log in\n3. Generate a free API key\n4. Copy the key (starts with ctx7sk_)",
29+
"button_label": "Get Free API Key"
30+
}
31+
}
32+
]
33+
}
34+
},
35+
36+
"auth": {
37+
"type": "optional_api_key",
38+
"instructions": "Get a free API key at https://context7.com/dashboard for higher rate limits. Works without a key with limited requests."
39+
},
40+
41+
"contributor": {
42+
"name": "Upstash",
43+
"github": "upstash",
44+
"url": "https://upstash.com"
45+
},
46+
47+
"links": {
48+
"repository": "https://github.com/upstash/context7",
49+
"homepage": "https://context7.com",
50+
"documentation": "https://github.com/upstash/context7#readme"
51+
},
52+
53+
"platforms": ["all"],
54+
55+
"capabilities": {
56+
"tools": true,
57+
"resources": false,
58+
"prompts": false,
59+
"read_only_mode": true
60+
}
61+
}

0 commit comments

Comments
 (0)