AI & KnowledgeAuth: Open
DeepWiki hosted MCP server
Repo knowledge
DeepWiki’s open MCP server (by the Devin team at Cognition) lets agents query AI-generated documentation for public GitHub repositories — asking questions about a codebase and getting structured, current answers.
Curated by Agentic WorkersPublished Updated
Server description
AI-generated wikis for public GitHub repos
DeepWiki’s open MCP server (by the Devin team at Cognition) lets agents query AI-generated documentation for public GitHub repositories — asking questions about a codebase and getting structured, current answers.
- Slug
- deepwiki
- Category
- AI & Knowledge
- Category slug
- ai-and-knowledge
- Authentication
- Open
- Auth type
- none
Directory details
Use with your agent
Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.
{
"mcpServers": {
"deepwiki": {
"url": "https://mcp.deepwiki.com/sse"
}
}
}