diff --git a/cursor/mcp.json b/cursor/mcp.json index 2412709..cb7c82e 100644 --- a/cursor/mcp.json +++ b/cursor/mcp.json @@ -1,9 +1,17 @@ { "mcpServers": { "context7": { - "url": "https://mcp.context7.com/mcp" + "type": "stdio", + "command": "mise", + "args": [ + "x", + "npm:@upstash/context7-mcp", + "--", + "context7-mcp" + ] }, "sequential-thinking": { + "type": "stdio", "command": "mise", "args": [ "x", diff --git a/mcp.json b/mcp.json index b26e3ab..e82c404 100644 --- a/mcp.json +++ b/mcp.json @@ -1,8 +1,14 @@ { "servers": { "context7": { - "type": "http", - "url": "https://mcp.context7.com/mcp" + "type": "stdio", + "command": "mise", + "args": [ + "x", + "npm:@upstash/context7-mcp", + "--", + "context7-mcp" + ] }, "sequential-thinking": { "type": "stdio", diff --git a/settings.json b/settings.json index 51fa8ea..6dc1211 100644 --- a/settings.json +++ b/settings.json @@ -282,8 +282,14 @@ "mcp": { "servers": { "context7": { - "type": "http", - "url": "https://mcp.context7.com/mcp" + "type": "stdio", + "command": "mise", + "args": [ + "x", + "npm:@upstash/context7-mcp", + "--", + "context7-mcp" + ] }, "sequential-thinking": { "type": "stdio",