Public remote MCP server that serves KISA's curated vibecoding experience to other coding agents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"deploychan_mcp": {
"command": "npx",
"args": [
"-y",
"howdeploy/deploychan_mcp"
]
}
}
}
Run in terminal:
claude mcp add deploychan_mcp npx -y howdeploy/deploychan_mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"deploychan_mcp": {
"command": "npx",
"args": [
"-y",
"howdeploy/deploychan_mcp"
]
}
}
}