From 5e0d16580d386ac67f756f64e256ffd4038de188 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 22 Aug 2025 08:48:55 +0100 Subject: [PATCH] feat(mcp): add DeepWiki MCP server --- cursor/mcp.json | 3 +++ mcp.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/cursor/mcp.json b/cursor/mcp.json index 35f7d3e..e6fd11b 100644 --- a/cursor/mcp.json +++ b/cursor/mcp.json @@ -9,6 +9,9 @@ "--", "mcp-server-memory" ] + }, + "deepwiki": { + "url": "https://mcp.deepwiki.com/mcp" } } } diff --git a/mcp.json b/mcp.json index 730f87d..f9ea34a 100644 --- a/mcp.json +++ b/mcp.json @@ -9,6 +9,9 @@ "--", "mcp-server-memory" ] + }, + "deepwiki": { + "url": "https://mcp.deepwiki.com/mcp" } }, "inputs": []