Clodbridge
БесплатноНе проверенEnables Claude Code to automatically discover and use project-specific rules, skills, and agents defined in the .cursor directory, with live reloading and zero
Описание
Enables Claude Code to automatically discover and use project-specific rules, skills, and agents defined in the .cursor directory, with live reloading and zero configuration.
README
MCP CI Node.js TypeScript 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 |
| Security | SECURITY.md | Reporting vulnerabilities, supported versions, security practices |
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
Architecture Overview
src/reader/— File discovery, parsing, rule matchingsrc/tools/— MCP tool implementationssrc/resources/— MCP resource endpointssrc/server.ts— Server initialization
For the full technical reference, see AGENTS.md
File Locations
.cursor/
├── rules/ # Guidelines Claude Code follows (.mdc files)
├── skills/ # Detailed how-to guides (SKILL.md in subdirs)
└── agents/ # Specialized AI assistants (.md files)
Each file is immediately discoverable by Claude Code via the MCP bridge.
Pick the guide that fits your role from the navigation table above.
Установка Clodbridge
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Rethunk-AI/clodbridgeFAQ
Clodbridge MCP бесплатный?
Да, Clodbridge MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Clodbridge?
Нет, Clodbridge работает без API-ключей и переменных окружения.
Clodbridge — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Clodbridge в Claude Desktop, Claude Code или Cursor?
Открой Clodbridge на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Clodbridge with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
