Install
$ agentstack add skill-managelm-claude-extension-setup ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
ManageLM Setup
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.jsonor project.mcp.json) to point to it:
``json { "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_agentstool 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
- Source: 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.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.