Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From code-context
Connects remotely to DeepWiki MCP server at https://mcp.deepwiki.com/mcp, likely providing tools, data sources, or prompts for wiki-style knowledge retrieval or deep research.
npx claudepluginhub fradser/dotclaude --plugin code-contextCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"deepwiki-code-context": {
"type": "http",
"url": "https://mcp.deepwiki.com/mcp"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
https://mcp.deepwiki.com/mcpShare bugs, ideas, or general feedback.