{
  "markdown": "# directree MCP Server\n\n[![MCPVault: claimed](https://mcpvault.io/badge/directree-mcp.svg)](https://mcpvault.io/servers/directree-mcp)\n\nQuery **[directree](https://www.directree.io)** — the honest software directory — from any AI assistant that supports the [Model Context Protocol](https://modelcontextprotocol.io).\n\nSearch 5,000+ software tools, get structured facts with clear provenance labels (observed / AI-inferred / founder-edited), and compare products side by side.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `search_tools` | Search by name, tagline, or description. Filter by category or free plan. |\n| `get_tool` | Get full structured facts for one tool by slug. |\n| `compare_tools` | Compare 2-4 tools side by side. |\n| `list_categories` | List all software categories with tool counts. |\n\n## Usage\n\n### Option A: Remote HTTP endpoint (no install)\n\nAny MCP-compatible client can connect to the hosted endpoint directly:\n\n```\nhttps://www.directree.io/api/mcp\n```\n\n**Claude Desktop config** (`~/Library/Application Support/Claude/claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"directree\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://www.directree.io/api/mcp\"]\n    }\n  }\n}\n```\n\nRestart Claude Desktop after saving. The directree tools will appear in the tools panel.\n\n### Option B: Run locally (stdio)\n\n```bash\n# Clone and install\ngit clone https://github.com/coburn2716/directree-mcp.git\ncd directree-mcp\nnpm install\n\n# Run\nnode mcp-server.mjs\n```\n\nNo API key required. Reads directly from the directree public catalog.\n\n**Claude Desktop config for local:**\n\n```json\n{\n  \"mcpServers\": {\n    \"directree\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/directree-mcp/mcp-server.mjs\"]\n    }\n  }\n}\n```\n\n## REST API\n\nPrefer plain REST? Use the agent-ready endpoints directly:\n\n```bash\n# Search tools\ncurl \"https://www.directree.io/api/agent/tools?q=project+management&has_free_plan=true\"\n\n# Get one tool\ncurl \"https://www.directree.io/api/agent/tools/notion\"\n\n# List categories\ncurl \"https://www.directree.io/api/agent/categories\"\n```\n\nFull docs: [directree.io/mcp](https://www.directree.io/mcp)\n\n## Why directree?\n\nEvery fact in the directory is labelled with its source:\n- **Observed** - crawled directly from the tool's own website\n- **AI-inferred** - generated by a model, clearly marked as such\n- **Founder-edited** - verified and corrected by the tool's owner\n\nNo fake scores. No pay-to-rank. Clean, structured data agents can actually trust.\n\n## License\n\nMIT\n",
  "bytes": 2536,
  "sha": "318eba3fd56a4508a24c3f4686ba4fe06982e7fb871e6899ad91f78ab9f884b9",
  "repo_slug": "coburn2716/directree-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_coburn2716_directree_mcp_c4528f44/readme"
}