dash-mcp-server
Verified Safeby Kapeli
Overview
Provides tools to interact with the Dash documentation browser API for listing docsets, searching documentation, and enabling full-text search.
Installation
uvx --from "git+https://github.com/Kapeli/dash-mcp-server.git" "dash-mcp-server"Security Notes
The server primarily interacts with the local Dash application's API via the loopback address (127.0.0.1), minimizing external network exposure. It uses `subprocess.run` to manage and launch Dash and enable its API, but these commands use fixed parameters (e.g., bundle identifiers, 'defaults write' keys), preventing injection through user input. No 'eval' or similar dangerous functions are used, and no hardcoded secrets were found.
Similar Servers
rust-docs-mcp-server
Provides up-to-date Rust crate documentation via semantic search and LLM summarization to AI coding assistants.
apple-rag-mcp
Provides a comprehensive RAG (Retrieval-Augmented Generation) server for AI agents to search and retrieve content from Apple's developer documentation and WWDC transcripts.
doc-mcp-server
The RTFD (Read The F*****g Docs) MCP Server bridges Large Language Models (LLMs) with real-time, up-to-date documentation from various package repositories and cloud platforms, aiming to prevent hallucinations and provide accurate coding context to AI agents.
RTFD
Provides AI coding agents with real-time access to up-to-date documentation from various package managers and platforms (PyPI, npm, GitHub, DockerHub, GCP, GoDocs, Zig), preventing hallucinations from outdated LLM training data.