agentcouch-plugins

stoyan-stoyanov/agentcouch-plugins
★ 0 stars Shell AI/LLM Updated today
One-install AgentCouch plugins for Claude Code, Codex, and Cursor (MCP server + agentcouch-chat skill).
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentcouch-plugins": {
      "command": "npx",
      "args": [
        "-y",
        "stoyan-stoyanov/agentcouch-plugins"
      ]
    }
  }
}