MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Devin-generated docs for any public repo

Created 4/30/2025
Updated 17 days ago
Repository documentation and setup instructions

DeepWiki

Freely available at deepwiki.com.

Index private repos with a Devin account.

DeepWiki MCP Server

The remote no-auth server provides three tools (ask_question, read_wiki_structure, and read_wiki_contents). We offer two URLs: https://mcp.deepwiki.com/sse and https://mcp.deepwiki.com/mcp.

More info here: https://docs.devin.ai/work-with-devin/deepwiki-mcp

README badge

Ask https://DeepWiki.com

Make a badge for your README that links to your repo's DeepWiki. We auto-refresh DeepWikis if their repo has a badge.

More resources

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/CognitionAI/deepwiki
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "cognitionai-deepwiki": { "command": "git", "args": [ "clone", "https://github.com/CognitionAI/deepwiki" ] } } }