clodbridge
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@clodbridgelist my active rules"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
clodbridge
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 | Quick start, creating rules/skills/agents, best practices, troubleshooting | |
AI Agents & Developers | MCP tools reference, agent spawning, architecture, development guide | |
Contributors | Testing, build setup, adding file types, code conventions | |
Security | Reporting vulnerabilities, supported versions, security practices |
Related MCP server: Skill Management MCP Server
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceFacilitates integration with the Cursor code editor by enabling real-time code indexing, analysis, and bi-directional communication with Claude, supporting concurrent sessions and automatic reconnection.Last updated1739MIT
- AlicenseAqualityDmaintenanceEnables Claude to create, edit, run, and manage reusable skills stored locally, including executing scripts with automatic dependency management and environment variables. Works across all MCP-compatible clients like Cursor, Claude Desktop, and claude.ai.Last updated529MIT
- AlicenseAqualityAmaintenanceZero-config session continuity for Claude Code. Automatically captures and restores project context across sessions using Claude Hooks.Last updated25174MIT
- Alicense-qualityCmaintenanceAutomatically discovers and installs AI skills for your project's tech stack, supporting Claude, Copilot, Codex, and other MCP-compatible agents.Last updated74MIT
Related MCP Connectors
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.
Give your AI agent a persistent map of your project's structure, dependencies, and bugs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rethunk-AI/clodbridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server