monitor-status
Check monitor status and run immediate checks
“Check the monitor status” “Show me the uptime”
The Claude Code Plugin lets you execute Manako monitoring operations using natural language as Claude Code skills.
Run the following commands in Claude Code:
Add the marketplace
/plugin marketplace add elchika-inc/manako-devInstall the Plugin
/plugin install manako@manako-devYou can choose an installation scope:
.claude/settings.json)Load the Plugin
/reload-pluginsClone the repository
git clone https://github.com/elchika-inc/manako-dev.gitAdd the Plugin to your Claude Code settings
Add the path to enabledPlugins in .claude/settings.json:
{ "enabledPlugins": [ "/path/to/manako-dev/claude-code-plugin" ]}Restart Claude Code
The Plugin will be loaded, making skills and the MCP Server available.
After installing the Plugin, ask Claude Code to “set up manako” and the setup skill will guide you through the process.
This is the easiest method if you have the Manako CLI installed:
manako login --api-key mk_your_api_key_hereYou can issue an API Key from Settings > API Keys in the Dashboard.
Even without the CLI, the MCP Server configuration bundled with the Plugin will auto-connect.
Ask Claude Code to “Log in to Manako,” and session authentication will be performed using your email address and password. Sessions are valid for 24 hours.
Set the API Key via an environment variable:
export MANAKO_API_KEY=mk_your_api_key_herePlugin skills automatically select the available tool in the following priority order:
manako command) - If installed locally.mcp.jsoncurl calls) - Fallbackmonitor-status
Check monitor status and run immediate checks
“Check the monitor status” “Show me the uptime”
create-monitor
Create new monitors (supports 7 types)
“Monitor example.com” “Add SSL certificate monitoring”
list-incidents
List and filter incidents
“Are there any ongoing incidents?” “Show me the incident list”
acknowledge-incident
Mark incidents as acknowledged
“Acknowledge the incident”
Check the status of monitors.
"Check the monitor status""Show me the monitor list""Show me details for monitor XXX""Run an immediate check on monitor XXX"Create a new monitor. Supports 7 monitor types.
"Create an HTTP monitor for https://example.com""Monitor the SSL certificate for example.com""Monitor the domain expiry for example.com""Create a Heartbeat monitor for the batch job"Supported types: HTTP, TCP, Ping, Heartbeat, WebChange, SSL, Domain
View the incident list. You can filter by status.
"Show me the incident list""Are there any ongoing incidents?""Show me resolved incidents"Mark an incident as acknowledged.
"Acknowledge incident XXX""Ack the ongoing incidents"| Feature | MCP Server | Claude Code Plugin |
|---|---|---|
| MCP Tools | Yes | Yes (bundled) |
| CLI Integration | - | Yes (used preferentially) |
| Skill Guides | - | Yes (natural language operations) |
| Setup Assistance | - | Yes (setup skill) |
The MCP Server can be used with other AI agents like Claude Desktop, while the Claude Code Plugin is exclusive to Claude Code and additionally provides CLI integration and guided skill-based operations.