loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

clodbridge

MCP Tool

Rethunk-AI/clodbridge

MCP server bridging Cursor's .cursor/ directory into Claude Code. Define custom rules, skills, and agents—Claude Code automatically discovers and uses them.

Install

$ npx loaditout add Rethunk-AI/clodbridge

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "clodbridge": {
      "command": "npx",
      "args": [
        "-y",
        "clodbridge"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

clodbridge

[](https://modelcontextprotocol.io) [](https://github.com/Rethunk-AI/clodbridge/actions/workflows/ci.yml) [](https://nodejs.org) [](https://www.typescriptlang.org) [](LICENSE)

MCP server that bridges Cursor's `.cursor/` directory into Claude Code.

Define custom rules, skills, and agents in your project. Claude Code automatically discovers and uses them.

---

Quick Navigation

| Audience | Document | What You'll Find | |----------|----------|-----------------| | Users | HUMANS.md | Quick start, creating rules/skills/agents, best practices, troubleshooting | | AI Agents & Developers | AGENTS.md | MCP tools reference, agent spawning, architecture, development guide | | Contributors | CONTRIBUTING.md | Testing, build setup, adding file types, code conventions |

---

What You Get
  • Dynamic discovery -- Add a file, it appears instantly
  • Agent spawning -- Claude Code offers specialists automatically
  • Live reloading -- Changes picked up within 200ms
  • Zero config -- Works out of the box
  • Type safe -- Full TypeScript strict mode
  • Well tested -- 80%+ coverage on core logic

---

Quick Start Example

Create .cursor/rules/my-rule.mdc:

---
name: my-rule
description: Always test new features
alwaysApply: true
---

# My Rule

Add tests when writing new features.

Done! Claude Code will follow this rule automatically.

> For more examples and detailed guidance, see [HUMANS.md](HUMANS.md)

---

Architecture Overview
  • `src/reader/` — File discovery, parsing, rule matching
  • `src/tools/` — MCP tool implementati

Tags

ai-assistantsclaude-codecursormcp-servertypescript

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated20 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/31/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Rethunk-AI/clodbridge)](https://loaditout.ai/skills/Rethunk-AI/clodbridge)