# Setup

> Help the user configure their ManageLM connection to Claude Code. Use when the user asks to set up, configure, or connect ManageLM.

- **Type:** Skill
- **Install:** `agentstack add skill-managelm-claude-extension-setup`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [managelm](https://agentstack.voostack.com/s/managelm)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [managelm](https://github.com/managelm)
- **Source:** https://github.com/managelm/claude-extension/tree/main/skills/setup
- **Website:** https://www.managelm.com/plugins/claude.html

## Install

```sh
agentstack add skill-managelm-claude-extension-setup
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# ManageLM Setup

Guide the user through connecting Claude to their ManageLM portal:

1. **Get the portal URL**: Ask the user for their ManageLM portal URL (e.g., `https://app.managelm.com`).

2. **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:
   ```json
   {
     "mcpServers": {
       "managelm": {
         "type": "url",
         "url": "https://app.managelm.com/mcp"
       }
     }
   }
   ```

3. **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).

4. **Verify the connection**: After setup, use the `search_agents` tool to verify the connection works and show available servers.

## Troubleshooting

- **401 Unauthorized**: MCP credentials may not be generated yet. Direct the user to their ManageLM portal Settings > MCP Credentials to generate them.
- **Connection refused**: Verify the portal URL is correct, accessible from this machine, and ends with `/mcp`.
- **No agents listed**: The user may not have any agents enrolled, or their account role may restrict agent visibility.
- **Token expired**: Access tokens expire after 30 minutes and are automatically refreshed. If issues persist, re-authenticate by removing and re-adding the MCP server configuration.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [managelm](https://github.com/managelm)
- **Source:** [managelm/claude-extension](https://github.com/managelm/claude-extension)
- **License:** Apache-2.0
- **Homepage:** https://www.managelm.com/plugins/claude.html

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-managelm-claude-extension-setup
- Seller: https://agentstack.voostack.com/s/managelm
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
