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.