setup
Help the user configure their ManageLM connection to Claude Code. Use when the user asks to set up, configure, or connect ManageLM.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Help the user configure their ManageLM connection to Claude Code. Use when the user asks to set up, configure, or connect ManageLM.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | setup |
| description | Help the user configure their ManageLM connection to Claude Code. Use when the user asks to set up, configure, or connect ManageLM. |
| disable-model-invocation | true |
Guide the user through connecting Claude to their ManageLM portal:
Get the portal URL: Ask the user for their ManageLM portal URL (e.g., https://app.managelm.com).
Configure the MCP endpoint: The MCP endpoint is {portal_url}/mcp — the URL must end with /mcp. Update the user's Claude Code MCP settings (~/.claude/settings.json or project .mcp.json) to point to it:
{
"mcpServers": {
"managelm": {
"type": "url",
"url": "https://app.managelm.com/mcp"
}
}
}
Authentication: ManageLM uses OAuth 2.0 with PKCE. On first connection, Claude will open a browser window for the user to authorize access. The user must have a ManageLM account with MCP credentials enabled (found in Settings > MCP Credentials).
Verify the connection: After setup, use the search_agents tool to verify the connection works and show available servers.
/mcp.