Skip to content

Commit 3eac083

Browse files
committed
Update repo with server manifest from issue #96
1 parent 9190011 commit 3eac083

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"display_name": "Context7 MCP",
3+
"license": "MIT",
4+
"tags": [
5+
"documentation",
6+
"LLM",
7+
"MCP",
8+
"prompt context",
9+
"up-to-date docs",
10+
"code examples",
11+
"Cursor",
12+
"Claude",
13+
"VSCode",
14+
"Windsurf"
15+
],
16+
"installations": {
17+
"npm": {
18+
"type": "npm",
19+
"command": "claude",
20+
"args": [
21+
"mcp",
22+
"add",
23+
"context7",
24+
"--",
25+
"npx",
26+
"-y",
27+
"@upstash/context7-mcp@latest"
28+
],
29+
"description": "Install in Claude Code"
30+
},
31+
"custom": {
32+
"type": "custom",
33+
"command": "deno",
34+
"args": [
35+
"run",
36+
"--allow-net",
37+
"npm:@upstash/context7-mcp"
38+
],
39+
"description": "Alternative installation using Deno"
40+
}
41+
},
42+
"examples": [
43+
{
44+
"title": "",
45+
"description": "",
46+
"prompt": "How do I use the new Next.js `after` function? use context7"
47+
},
48+
{
49+
"title": "",
50+
"description": "",
51+
"prompt": "How do I invalidate a query in React Query? use context7"
52+
},
53+
{
54+
"title": "",
55+
"description": "",
56+
"prompt": "How do I protect a route with NextAuth? use context7"
57+
}
58+
],
59+
"name": "@upstash/context7",
60+
"repository": {
61+
"type": "git",
62+
"url": "https://github.com/upstash/context7"
63+
},
64+
"homepage": "https://github.com/upstash/context7",
65+
"author": {
66+
"name": "upstash"
67+
},
68+
"description": "LLMs rely on outdated or generic information about the libraries you use. You get:",
69+
"categories": [
70+
"Knowledge Base"
71+
],
72+
"is_official": false
73+
}

0 commit comments

Comments
 (0)