howdeploy

Deploychan MCP — Development skill for Claude Code

Development community

Public remote MCP server that serves KISA's curated vibecoding experience to other coding agents.

How to install Deploychan MCP

This entry records only its repository, not the path inside it, so there is no exact command to give. Open howdeploy/deploychan_mcp and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Deploychan MCP does

Public remote MCP server that serves KISA's curated vibecoding experience to other coding agents.

Alternatives in Development

  • Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
  • Claude Context Mode — An MCP server that sits between Claude Code and these outputs 5.3k ★
  • 04 Fix MCP Server — Prompt 04: Fix MCP Server Build 2.2k ★

README

deploychan MCP

Public remote-MCP server that packages **KISA's curated vibe-coding experience** — knowledge, ready-made skills, leveling-up routes and recommendations — and serves it to any coding agent over one URL.

  • Endpoint: https://mcp.deploychan.webcam/mcp
  • Transport: Streamable HTTP · Access: public, read-only, no login, no keys
  • License: MIT · everything (site, server, database) is open source

Point your agent at the endpoint and it gets `search_knowledge`, `get_item`, `list_skills`, `get_skill`, `onboard`, `next_step`, and `list_recommended`.

Connect

**Claude Code**

claude mcp add --transport http deploychan https://mcp.deploychan.webcam/mcp

**Codex** (`~/.codex/config.toml`)

[mcp_servers.deploychan]
url = "https://mcp.deploychan.webcam/mcp"
transport = "http"

**Hermes / generic** (`mcp.json`)

{
  "mcpServers": {
    "deploychan": {
      "type": "http",
      "url": "https://mcp.deploychan.webcam/mcp"
    }
  }
}

What the agent gets

Facet Tools What it returns
Knowledge search_knowledge(query) · get_item(id) Search for fragments, then pull the full guide by id.
Skills list_skills() · get_skill(id) Ready-made packs: steps, config, checklist.
Leveling up onboard(goal) · next_step(step_id) An ordered route for a goal; materials per step.
Recommended list_recommended() KISA's curated cross-type picks.

Self-hosting

The whole thing is open source. Run your own instance — locally or on a VPS — with your own content.

git clone https://github.com/howdeploy/deploychan_mcp
cd deploychan_mcp
docker compose up -d --build
# -> your MCP: http://localhost:8080/mcp

The server binds to loopback (`127.0.0.1:8080`) on purpose — put a reverse proxy (TLS + rate-limiting) in front for a public deployment.

Content

All content is hand-curated markdown with YAML frontmatter under `content/`:

content/skills/