Try DeepWiki MCP Server with MCP Clients
0xkoji

0xkoji @0xkoji

About: Never lose curiosity Software Engineer at a startup typescript, javascript, react, and python. code to do something weird/helpful learning rust as a new journey 😎 #genai #mediaart #art #hardware

Location:
Brooklyn in the United States and Tokyo in Japan
Joined:
Feb 24, 2019

Try DeepWiki MCP Server with MCP Clients

Publish Date: May 28
1 0

Claude Desktop

{
  "mcpServers": {
    "deepwiki": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.deepwiki.com/sse"
      ]
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

Cursor

{
  "mcpServers": {
    "deepwiki": {
      "url": "https://mcp.deepwiki.com/sse"
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

Windsurf

{
  "mcpServers": {
    "deepwiki": {
      "serverUrl": "https://mcp.deepwiki.com/sse"
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

Cline

{
  "mcpServers": {
    "deepwiki": {
      "url": "https://mcp.deepwiki.com/sse",
      "disabled": false,
      "autoApprove": []
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment