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.