List all MCP servers managed by SLOP
Lists all MCP servers managed by SLOP with their status and capabilities.
/plugin marketplace add standardbeagle/standardbeagle-tools/plugin install slop-mcp@standardbeagle-toolsDisplay all MCP servers registered with SLOP along with their status and capabilities.
SLOP MCP Servers
================
Server: filesystem
Status: enabled
Command: npx -y @modelcontextprotocol/server-filesystem /home/user
Tools: read_file, write_file, list_directory, search_files
Resources: file://*
Server: lci
Status: enabled
Command: npx -y @standardbeagle/lci@latest mcp
Tools: search, get_context, find_files, code_insight
Resources: none
Server: github [disabled]
Status: disabled
Command: npx -y @modelcontextprotocol/server-github
Tools: (not loaded)
Resources: (not loaded)
/slop-list [--format <format>] [--filter <status>]
| Option | Values | Description |
|---|---|---|
--format | table, json, yaml | Output format (default: table) |
--filter | all, enabled, disabled | Filter by status (default: all) |
# List all servers
/slop-list
# List only enabled servers
/slop-list --filter enabled
# Export as JSON
/slop-list --format json
# Export as YAML for backup
/slop-list --format yaml > servers-backup.yaml
After listing, you can:
/slop-exec <server> <tool> - Execute a tool/slop-search <query> - Search across all tools