DeepWiki MCP Alternatives
3 alternatives to DeepWiki MCP — free and paid AI coding tools covering similar jobs, with pricing and standout strengths.
Looking for a DeepWiki MCP alternative? DeepWiki MCP is listed under MCP (free). The 3 tools below cover similar jobs, closest matches first — the table compares pricing, license, and platforms so you can shortlist quickly, and each entry further down adds a fuller summary and a link to the full profile.
| Tool | Pricing | License | Platforms | Category |
|---|---|---|---|---|
| Context7 | freemium | MIT | Web, macOS, Windows, Linux | MCP |
| Github MCP Server | open source | MIT | Web, macOS, Windows, Linux | MCP |
| GitMCP | open source | Apache-2.0 | Web | MCP |
Free and open-source alternatives to DeepWiki MCP
DeepWiki MCP alternatives in detail
Context7
freemiumMITWeb, macOS, Windows, LinuxMCPContext7 (~62k GitHub stars as of September 2026) resolves a library name to its indexed docs and injects current, version-specific documentation and code examples into the model's context at query time. Two tools — resolve-library-id and query-docs — kill the 'trained on last year's API' failure mode. Hosted at mcp.context7.com or local via npx.
Github MCP Server
open sourceMITWeb, macOS, Windows, LinuxMCPGitHub's official MCP server gives agents the full GitHub surface — repositories, issues, pull requests, Actions, code and secret scanning, Dependabot, discussions, projects — organized into toolsets you can enable selectively, each with a read-only variant. Use the hosted remote at api.githubcopilot.com/mcp with a PAT or OAuth, or run it locally via Docker.
GitMCP
open sourceApache-2.0WebMCPGitMCP is a free, Apache-2.0 remote MCP server that turns any public GitHub repo into a documentation endpoint. Point your agent at gitmcp.io/{owner}/{repo} and it can fetch and search that project's docs, preferring llms.txt, and search its code through GitHub's search API. There's no install, signup, or API key, and it only reads public content.