mcp server
@dock0/deepwiki-mcp-server-by-devin
The DeepWiki MCP server provides programmatic access to DeepWiki’s public repository documentation and search capabilities (Ask Devin).
Connect
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/mcpcurl -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/mcpBefore you start
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.
Dock0 generates a buyer-scoped key and a ready-to-paste client guide after sign-in.
Sign in to create keypricing
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
3 tools • 0 prompts • 0 resources
Refreshed 4/12/2026, 3:28:41 PM
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")
{
"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")
{
"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
{
"type": "object",
"required": [
"repoName",
"question"
],
"properties": {
"question": {
"type": "string"
},
"repoName": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
]
}
}
}No prompts published.
No resources published.