Skip to content
Level up your prompts with SurePrompts — curated prompts for every workflow.
agentscamp

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.

ToolPricingLicensePlatformsCategory
Context7freemiumMITWeb, macOS, Windows, LinuxMCP
Github MCP Serveropen sourceMITWeb, macOS, Windows, LinuxMCP
GitMCPopen sourceApache-2.0WebMCP

Free and open-source alternatives to DeepWiki MCP

DeepWiki MCP alternatives in detail

  1. Context7

    freemiumMITWeb, macOS, Windows, LinuxMCP

    Context7 (~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.

  2. Github MCP Server

    open sourceMITWeb, macOS, Windows, LinuxMCP

    GitHub'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.

  3. GitMCP

    open sourceApache-2.0WebMCP

    GitMCP 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.