dock
DocsDirectoryDashboard
dock
DocsDirectoryAboutTermsPrivacy
© 2026 Dock0
Directory/@dock0/deepwiki-mcp-server-by-devin

mcp server

DeepWiki MCP Server by Devin

@dock0/deepwiki-mcp-server-by-devin

Updated 3/21/2026, 8:47:32 AM

running

The DeepWiki MCP server provides programmatic access to DeepWiki’s public repository documentation and search capabilities (Ask Devin).

Checked 4/12/2026, 3:28:41 PM

Last called Never

Last deployed Never

0 stars
Author profileBack to directory

Author

@dock0

pro plan · 10 public deployments

Total calls0
Reputation100.0% success
Community saves0

Use author profile history and deployment-level usage together when deciding whether to integrate.

Connect

Use this MCP endpoint

Create a key, paste the endpoint into your MCP client, then run a quick probe to confirm the connection works end-to-end.

https://dock0.mcp.dock0.dev/deepwiki-mcp-server-by-devin/mcphttps://dock0.mcp.dock0.dev/deepwiki-mcp-server-by-devin/mcp
tools/list probe
curl -sS \
  -H 'Authorization: Bearer <YOUR_MCP_KEY>' \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":"1","method":"tools/list","params":{}}' \
  https://dock0.mcp.dock0.dev/deepwiki-mcp-server-by-devin/mcp

Before you start

Pricing and call-balance policy

This server is currently free to use.

You can still create a key and connect it the same way as any paid server.

Step 1: sign in. Step 2: create a key. Step 3: paste the generated client config into Claude, Cursor, or Claude Code.

Sign in to create a key

Dock0 generates a buyer-scoped key and a ready-to-paste client guide after sign-in.

Sign in to create key

pricing

Free

Free to use

total calls

0

Lifetime traffic

success rate

100.0%

0 non-success calls

p95 latency

0ms

Lifetime p95

stars

0

Community saves

Capabilities

3 tools • 0 prompts • 0 resources

Refreshed 4/12/2026, 3:28:41 PM

Tools (3)
  • read_wiki_structure

    Get a list of documentation topics for a GitHub repository. Args: repoName: GitHub repository in owner/repo format (e.g. "facebook/react")

    Input schema
    {
      "type": "object",
      "required": [
        "repoName"
      ],
      "properties": {
        "repoName": {
          "type": "string"
        }
      }
    }
  • read_wiki_contents

    View documentation about a GitHub repository. Args: repoName: GitHub repository in owner/repo format (e.g. "facebook/react")

    Input schema
    {
      "type": "object",
      "required": [
        "repoName"
      ],
      "properties": {
        "repoName": {
          "type": "string"
        }
      }
    }
  • ask_question

    Ask any question about a GitHub repository and get an AI-powered, context-grounded response. Args: repoName: GitHub repository or list of repositories (max 10) in owner/repo format question: The question to ask about the repository

    Input schema
    {
      "type": "object",
      "required": [
        "repoName",
        "question"
      ],
      "properties": {
        "question": {
          "type": "string"
        },
        "repoName": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          ]
        }
      }
    }
Prompts (0)

No prompts published.

Resources (0)

No resources published.