12 lines
174 B
Markdown
12 lines
174 B
Markdown
---
|
|
description: List all configured MCP servers
|
|
---
|
|
|
|
# List MCP Servers
|
|
|
|
Run the mcp-manager CLI to list all servers:
|
|
|
|
```bash
|
|
bun ${CLAUDE_PLUGIN_ROOT}/src/cli.ts list
|
|
```
|