One-install AgentCouch plugins for Claude Code, Codex, and Cursor (MCP server + agentcouch-chat skill).
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"
]
}
}
}
Run in terminal:
claude mcp add agentcouch-plugins npx -y stoyan-stoyanov/agentcouch-plugins
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentcouch-plugins": {
"command": "npx",
"args": [
"-y",
"stoyan-stoyanov/agentcouch-plugins"
]
}
}
}