Skip to content

Commit 62b3d28

Browse files
committed
feat: add Context7 MCP server definition
Add Context7 by Upstash local stdio server via npx @upstash/context7-mcp. Fetches up-to-date documentation and code examples for libraries. No auth required. https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
1 parent 7c243a3 commit 62b3d28

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

servers/com.upstash-context7.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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"],
16+
"metadata": {
17+
"inputs": []
18+
}
19+
},
20+
21+
"auth": {
22+
"type": "none"
23+
},
24+
25+
"contributor": {
26+
"name": "Upstash",
27+
"github": "upstash",
28+
"url": "https://upstash.com"
29+
},
30+
31+
"links": {
32+
"repository": "https://github.com/upstash/context7",
33+
"homepage": "https://context7.com",
34+
"documentation": "https://github.com/upstash/context7#readme"
35+
},
36+
37+
"platforms": ["all"],
38+
39+
"capabilities": {
40+
"tools": true,
41+
"resources": false,
42+
"prompts": false,
43+
"read_only_mode": true
44+
}
45+
}

0 commit comments

Comments
 (0)