From 907662a42bad983a5383ba35063a81643e619fb7 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Sat, 2 Aug 2025 22:52:01 -0400 Subject: [PATCH] [feat] Add Upstash Context7 MCP server to .mcp.json (#4656) --- .mcp.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.mcp.json b/.mcp.json index 445ad128bf..82e215be0d 100644 --- a/.mcp.json +++ b/.mcp.json @@ -3,6 +3,10 @@ "playwright": { "command": "npx", "args": ["-y", "@executeautomation/playwright-mcp-server"] + }, + "context7": { + "command": "npx", + "args": ["-y", "@upstash/context7-mcp"] } } } \ No newline at end of file