docs

Plug-and-Play Documentation

docs.sh — Copy-paste snippets
[ _ ][ 🗗 ][ X ]

Your GitHub repository is your most important DevRel blog. Tested configs, copy-paste ready.

--tool@Claude Code MCP Server Mode

Expose full environment agent tools to remote MCP clients like Cursor. Before: 120+ lines of custom execution glue. After: Zero configuration to orchestrate complex build tasks.

install
claude mcp serve
json
# Edit your Claude Desktop configuration
{
  "mcpServers": {
    "claude-code": {
      "command": "claude",
      "args": ["mcp", "serve"]
    }
  }
}