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.
Platform-specific configuration:
{
"mcpServers": {
"clodbridge": {
"command": "npx",
"args": [
"-y",
"clodbridge"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](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.
---
| 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 |
---
---
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)
---
Loading reviews...