Deploychan MCP — Development skill for Claude Code
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/
Related Skills
Agent Room Server
AgentRoom backend and macOS operator app: run Codex, Claude Code, and other coding agents on a Mac behind a RE
Signal Bridge Remote
A remote MCP server that lets Claude control Bluetooth intimate hardware over the internet via Buttplug.io / I
Claude Remote Plus
Hot-swap Claude Code remote sessions between projects from your phone. A daemon + MCP server that manages clau
Conversion Agent Plugin
Conversion Agent — Claude Code plugin (public distribution shell). Source of methodology lives in the authenti
Claude Code Plugins Marketplace
A curated marketplace of plugins, extensions, and tools for Claude Code - Discover, share, and enhance your Cl
Projectmem
Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before i
Related Agents
Figma Dx Specialist
Figma Designer-Experience specialist owning Figma's CODING surfaces — Dev Mode, Code Connect, plugin API, REST
MCP Server Engineer
Own the embedded MCP automation server in unity-explorer — design and implement MCP tools, protocol/transport
Docs Dx
Read-only documentation and developer-experience reviewer. Invoke when public-facing docs, prompts, setup inst