Catalog
io.github.rehmansherazi/syncbridge-mcp
Officialby rehmansherazi · TypeScript
Bridges AI chat interfaces with Claude Code CLI via shared markdown control files.
Bridge AI chat interfaces with Claude Code CLI using shared markdown control files.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"syncbridge-mcp": {
"command": "npx",
"args": [
"-y",
"syncbridge-mcp@0.1.1"
]
}
}
}