{
  "markdown": "# mcp-server-dash\n\nA Model Context Protocol (MCP) server that provides tools to interact with the [Dash](https://kapeli.com/dash) documentation browser API.\n\nDash 8 is required. You can download Dash 8 at https://blog.kapeli.com/dash-8.\n\nmcp-name: io.github.Kapeli/dash-mcp-server\n\n<a href=\"https://glama.ai/mcp/servers/@Kapeli/dash-mcp-server\">\n  <img width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/@Kapeli/dash-mcp-server/badge\" alt=\"Dash Server MCP server\" />\n</a>\n\n## Overview\n\nThe Dash MCP server provides tools for accessing and searching documentation directly from Dash, the macOS documentation browser. MCP clients can:\n\n- List installed docsets\n- Search across docsets and code snippets\n- Load documentation pages from search results\n- Enable full-text search for specific docsets\n\n### Notice\n\nThis is a work in progress. Any suggestions are welcome!\n\n## Tools\n\n1. **list_installed_docsets**\n   - Lists all installed documentation sets in Dash\n2. **search_documentation**\n   - Searches across docsets and snippets\n3. **load_documentation_page**\n   - Loads a documentation page from a `load_url` returned by `search_documentation`\n4. **enable_docset_fts**\n   - Enables full-text search for a specific docset\n\n## Requirements\n\n- macOS (required for Dash app)\n- [Dash](https://kapeli.com/dash) installed\n- Python 3.12 or higher\n- uv\n\n## Configuration\n\n### Using uvx\n\n```bash\nbrew install uv\n```\n\n#### in `claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n      \"dash-api\": {\n          \"command\": \"uvx\",\n          \"args\": [\n              \"--from\",\n              \"git+https://github.com/Kapeli/dash-mcp-server.git\",\n              \"dash-mcp-server\"\n          ]\n      }\n  }\n}\n```\n\n#### in `Claude Code`\n\n```bash\nclaude mcp add dash-api -- uvx --from \"git+https://github.com/Kapeli/dash-mcp-server.git\" \"dash-mcp-server\"\n```\n",
  "bytes": 1846,
  "sha": "f4601d17ea5d7c6502425650b01d1b10ee878edbf652caa0a85a7af2ce19295c",
  "repo_slug": "kapeli/dash-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_kapeli_dash_mcp_server_20a0dbde/readme"
}