aios-core
Version:
Synkra AIOS: AI-Orchestrated System for Full Stack Development - Core Framework
34 lines (22 loc) • 521 B
Markdown
# list-mcps
List currently enabled MCP servers and their available tools.
## Purpose
Display all MCP servers configured in Docker MCP Toolkit with their status and tools.
## Usage
```bash
*list-mcps
```
## Output
Shows:
- Server name and status (enabled/disabled)
- Available tools per server
- Connection status
## Implementation
Uses Docker MCP Toolkit CLI:
```bash
docker mcp tools ls
```
## Related
- `*add-mcp` - Add new MCP server
- `*remove-mcp` - Remove MCP server
- `*search-mcp` - Search MCP catalog