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

Clarc v1.0: Workflow OS for Claude Code with 63 Agents and 249 Skills
Clarc is a plugin layer for Claude Code that provides 63 specialized subagents, 249 domain skills, and 178 slash commands for development workflows. Installation is via npx with support for multiple editors including Cursor and OpenCode.

Wolfram Tech Now Available as Foundation Tool for LLM Systems
Stephen Wolfram announces Wolfram Language is now available as a foundation tool for LLM systems, providing deep computation and precise knowledge to supplement LLM capabilities. The announcement follows three years of development since the initial Wolfram plugin for ChatGPT was released in March 2023.

Sgai: Goal-Driven Multi-Agent Software Development Tool
Sgai is an open-source Go tool that coordinates AI agents to execute software goals defined in GOAL.md files. It decomposes goals into DAG workflows, runs tests for completion gates, and operates locally with a web dashboard for monitoring.

Why Codex Still Beats Claude Code for Complex Python Monoliths
A senior developer compares Codex vs Claude Code on a production Python monolith with mixed architectural layers. Codex wins for back-end work due to better planning, code reuse, and harness-engineering adherence.