832 B
832 B
description, argument-hint
| description | argument-hint |
|---|---|
| Guide the user through RunAPI API key setup for Claude Code and other MCP hosts. |
RunAPI Setup
Guide the user through local RunAPI MCP configuration.
Instructions
- Explain that free catalog tools work without a key.
- Explain that
create_task,get_task,check_balance, andchatrequireRUNAPI_API_KEY. - Tell the user to create a key in the RunAPI dashboard.
- Show one setup option:
export RUNAPI_API_KEY="your_runapi_key"
- If they prefer a config file, show:
{
"apiKey": "your_runapi_key"
}
stored at ~/.config/runapi/config.json.
- Tell them to restart the MCP host after changing environment variables.
Do not ask the user to paste the key into the conversation. Do not run shell commands unless the user explicitly asks.