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

AlterSpec v1.0: Runtime Policy Enforcement for AI Agents
AlterSpec v1.0 is an open-source runtime enforcement engine that sits between AI agents and their tools, evaluating actions against YAML-defined policies before execution. It provides allow/deny/review decisions, cryptographic policy signing, and audit logging.

ZSE: Open-source LLM inference engine with 3.9-second cold starts
ZSE is an open-source LLM inference engine that reduces 32B model memory requirements from 64GB to 19.3GB VRAM and achieves 3.9-second cold starts for 7B models using a pre-quantized .zse format with memory-mapped weights.

SpruceChat Runs 0.5B LLM On-Device on Miyoo Handhelds via llama.cpp
SpruceChat runs Qwen2.5-0.5B entirely on-device on handheld gaming devices using llama.cpp, with no cloud or WiFi required. On a Miyoo A30 (Cortex-A7 quad-core), it loads in ~60 seconds and generates at ~1-2 tokens/second.

OpenClaw Skill Usage Tracker: Monitor Which Skills You Actually Use
A developer built a tool to track OpenClaw skill usage analytics, including invocation counts, breakdowns by agent and channel, and top skill rankings over different time periods.