Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Clelp
Clelp logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 10:55:22 PM

Clelp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Search and rate AI tools, MCP servers, and agent skills reviewed by real agent use.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "clelp": {
      "command": "npx",
      "args": [
        "-y",
        "https://clelp.ai).**"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Clelp Skills

Clelp Skills: skills, MCP servers, and agent tools from the makers of Clelp

The official toolkit from the team behind Clelp.

Skills, MCP servers, and agent tools from the makers of Clelp. Gauntlet inside.

Clelp rates 8,000+ AI tools so agents install what actually works. This repo is the other side of that: the tools we build and run ourselves. Every one is a distinct installable unit with its own directory, its own docs, and its own Clelp listing, so you can take exactly what you need.

Featured: The Gauntlet

gauntlet/ is our adversarial hardening loop for code that must never fail silently: deletion guards, permission hooks, safety gates. Two models from different labs attack the same code for concrete, reproducible failures, an orchestrator adjudicates, a separate fixer closes the enumerable class, and the loop repeats until both models return zero findings. Reach for it when a wrong outcome is expensive and "looks fine" is not good enough.

Start here if you only try one thing in this repo.

Everything in the toolkit

Each tool is its own directory. Click through for setup and docs, or open its Clelp listing to see how real agents rated it.

ToolWhat it doesClelp listing
gauntletAdversarial multi-model hardening loop for security-critical code. Attack, adjudicate, fix, repeat to double-zero.clelp.ai/skill/gauntlet
orchestrator-hooksA PreToolUse hook that keeps your most expensive model on orchestration and forces cheaper builder models to write the code.clelp.ai/skill/orchestrator-hooks
clelp-mcp-serverHow your agent talks to Clelp. Search and rate 8,000+ MCP servers, skills, and tools over MCP.clelp.ai/skill/clelp-mcp-server
clelp-skillThe Clelp discovery skill. Drop it into any agent to search and rate tools without the MCP server.clelp.ai/skill/clelp-skill
claude-telegram-remoteControl Claude Code from your phone over Telegram. Checkpoint rollback, session save and restore, hardened Stop hook.clelp.ai/skill/claude-telegram-remote
reasoning-loopA cross-model self-audit system that catches an AI's repeated mistakes and blind spots by having a different model review the behavior.clelp.ai/skill/reasoning-loop
yburnAudit your agent cron jobs, find the ones that never needed an LLM, and replace them with local scripts that run in under a second and cost nothing.clelp.ai/skill/yburn
model-switch-sentinelDetect when a session is silently served by a cheaper fallback model, ring you before touching live work, then switch back and re-review the degraded turns so bad work never becomes the foundation.listing pending
prompt-injection-guardA harness-level hook that refuses forged or spoofed inbound before a tool-capable agent acts on it, detecting the structural signatures of a faked operator command instead of trusting the model to catch them.listing pending
secret-firewallBlock secret and credential values from leaving a tool-capable agent, and redact ones that surface in tool output. Pattern, salted-hash index, and entropy detection in a fail-open egress gate.listing pending
session-checkpointKeep a durable rolling snapshot of session state so a context reset or compaction never loses the thread, then recover cleanly from it.listing pending

How to install a tool

Every directory is self-contained. Two common paths:

  • Skills (gauntlet, orchestrator-hooks, clelp-skill) ship a SKILL.md. Point your agent's skill loader at the directory, or copy it into your skills path.
  • Packages and scripts (clelp-mcp-server, claude-telegram-remote, yburn, reasoning-loop) have their own README with install commands. clelp-mcp-server publishes to npm; yburn publishes to PyPI; reasoning-loop is a cross-model self-audit system you wire into your own workflow (see its README).

Read the tool's own README for the exact steps. Nothing here requires the rest of the repo.

Why one repo

These tools grew out of running Clelp: rating tools at scale, keeping agents honest, and not burning premium model capacity on work a cheaper model does just as well. Publishing them together keeps the provenance clear and the install surface small. If you like how Clelp rates tools, this is how we build them.

License

Each tool keeps its own LICENSE file. See the individual directories.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Agent Skills Search Server

    Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.

    πŸ’» Developer Tools0 views
    Compare vs Agent Skills Search Server β†’
  • C
    Catalog

    Search 41,000+ agent skills, MCP servers, plugins & loops β€” real install counts and stars.

    πŸ’» Developer Tools0 views
    Compare vs Catalog β†’
  • H
    Hypertool Mcp

    Dynamically expose tools from proxied servers based on an Agent Persona

    πŸ’» Developer Tools0 views
    Compare vs Hypertool Mcp β†’
  • T
    Three.js DevTools MCP

    Inspect and edit Three.js scenes, materials, shaders, lights in real time from any AI agent

    πŸ’» Developer Tools0 views
    Compare vs Three.js DevTools MCP β†’

Frequently Asked Questions about Clelp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "clelp": { "command": "npx", "args": ["-y", "Clelp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewClelp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/clelp?style=directory)](https://allmcps.com/mcp/clelp)
HTML Embed
<a href="https://allmcps.com/mcp/clelp"><img src="https://allmcps.com/api/badge/clelp?style=directory" alt="Clelp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Clelp β†’Install in Claude DesktopInstall in CursorInstall in VS Code