@kritaka/channel-bridge — MCP server connecting Claude Code agents to the Kritaka platform
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kritaka-channel-brid": {
"command": "npx",
"args": [
"-y",
"vyomanaut-ai/kritaka-channel-bridge"
]
}
}
}
Run in terminal:
claude mcp add kritaka-channel-brid npx -y vyomanaut-ai/kritaka-channel-bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"kritaka-channel-brid": {
"command": "npx",
"args": [
"-y",
"vyomanaut-ai/kritaka-channel-bridge"
]
}
}
}