Conduid.com indexes 23,000+ MCP servers into searchable directory

Conduid.com is a searchable directory that indexes over 23,000 MCP (Model Context Protocol) servers from multiple sources. The tool addresses the problem of finding specific MCP servers by consolidating scattered resources into one interface.
How it works
The system scrapes 11 different sources including GitHub searches, npm, awesome-lists, and existing directories. It deduplicates entries and organizes them with search functionality and categories.
Key features
- Trust scoring: Each server receives a trust score calculated from GitHub activity, documentation quality, and maintenance signals
- Filtering: Browse by category or sort by GitHub stars or trust score
- No login required: Free browsing without account creation
- Current scale: Over 23,000 servers indexed
Practical benefits
The creator built this after repeatedly encountering the same workflow problem: needing to open multiple tabs and search through disparate sources to find specific MCP servers. Conduid.com consolidates this process into a single search interface.
The tool is actively being developed, and the creator is soliciting feedback on missing features or improvements that would make it more useful for developers working with MCP servers.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Workflow orchestrator with AI CLI integration for sysadmin tasks
A developer built a file-based workflow orchestrator called 'workflow' that integrates with Claude Code, Codex CLI, and Gemini CLI. It generates, updates, fixes, and refines YAML workflows from natural language descriptions for sysadmin tasks.

ACO System: Open-Source Multi-Agent Pipeline from GitHub Issue to Merged PR
ACO System is an open-source multi-agent framework that autonomously runs a full software pipeline—from GitHub Issue to merged PR—using six specialized AI agents. Features a deterministic Architect gate that blocks hallucinations.
Terry Tao Ports 24 Java Applets to JavaScript with LLM Agent — Finds Bugs in Original Code
Terence Tao used an LLM coding agent to port his 1999 Java applets to JavaScript in hours. The agent found two bugs in the original code and introduced only one minor drag-handling issue.

Mia: Local AI Workspace Daemon with Native Android App and P2P Streaming
Mia is a daemon that runs on your machine and pairs with a native Android app over P2P, allowing you to kick off and monitor long-running AI coding tasks from your phone. It supports OpenCode, Claude Code, Gemini CLI, and Codex agents, streaming output directly to your device in real time.