-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathcom.context7-mcp-http.json
More file actions
73 lines (67 loc) · 1.96 KB
/
Copy pathcom.context7-mcp-http.json
File metadata and controls
73 lines (67 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"$schema": "../schemas/server-definition.schema.json",
"id": "com.context7-mcp-http",
"name": "Context7 (HTTP)",
"alias": "context7-http",
"description": "Fetch up-to-date, version-specific documentation and code examples for any library via Context7's hosted MCP endpoint. No local install needed.",
"icon": "https://avatars.githubusercontent.com/u/1529926?v=4",
"schema_version": "2.1",
"categories": [
"developer-tools",
"documentation"
],
"tags": [
"context7",
"documentation",
"code-examples",
"upstash"
],
"transport": {
"type": "http",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "${input:CONTEXT7_API_KEY}"
},
"metadata": {
"inputs": [
{
"id": "CONTEXT7_API_KEY",
"label": "Context7 API Key",
"description": "API key for higher rate limits. Free tier works without a key. Get one at context7.com/dashboard.",
"type": "text",
"required": false,
"secret": true,
"placeholder": "ctx7_xxxxxxxxxxxxxxxxxxxx",
"obtain": {
"url": "https://context7.com/dashboard",
"instructions": "1. Go to context7.com/dashboard\n2. Sign up or log in\n3. Generate an API key\n4. Copy the key",
"button_label": "Get API Key"
}
}
]
}
},
"auth": {
"type": "optional_api_key",
"instructions": "Works without a key (free tier with rate limits). Get an API key at context7.com/dashboard for higher limits."
},
"contributor": {
"name": "Upstash",
"github": "upstash",
"url": "https://context7.com"
},
"links": {
"repository": "https://github.com/upstash/context7",
"homepage": "https://context7.com",
"documentation": "https://context7.com/docs/resources/developer"
},
"platforms": [
"all"
],
"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": false
}
}