enhanced-dash-mcp

joshuadanpeterson/enhanced-dash-mcp
β˜… 30 stars Python 🧠 Memory/Knowledge Updated 1d ago
πŸš€ Intelligent MCP server bridging Claude AI with Dash (macOS documentation browser). Transforms local Dash docsets into context-aware documentation assistant with fuzzy search, project detection, content extraction, and Warp Terminal integration. Perfect for developers who want seamless API reference access while coding.
View on GitHub β†’ Try with Claude β€” $10 free β†’

Quick Install

Copy the config for your editor. Some servers may need additional setup β€” check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "enhanced-dash-mcp": {
      "command": "uvx",
      "args": [
        "enhanced-dash-mcp"
      ]
    }
  }
}

Or install with pip: pip install enhanced-dash-mcp

README Excerpt

This is a **Model Context Protocol (MCP)** server that augments the official [Dash](https://kapeli.com/dash) MCP server. The official Dash MCP owns exact Dash-backed operations: installed docsets, precise documentation search, full-text search, and page loading. Enhanced Dash MCP owns the higher-level intelligence around those operations: project context, docset recommendation, local cache discovery, routing, ranking, and workflow guidance.

Tools (12)

KUBERNETES_SERVICE_HOSTLAMBDA_RUNTIME_DIRanalyze_project_docs_contextenable_docset_ftsexplain_missing_docsetslist_installed_docsetsplan_dash_searchesrank_dash_resultsrecommend_dash_docsetssearch_documentationsuggest_offline_docs_for_reposummarize_docset_coverage