kritaka-channel-bridge

vyomanaut-ai/kritaka-channel-bridge
★ 0 stars JavaScript 🤖 AI/LLM Updated today
@kritaka/channel-bridge — MCP server connecting Claude Code agents to the Kritaka platform
View on GitHub →

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"
      ]
    }
  }
}