Skip to main content
Glama

Sumanshu Arora

servers.mdβ€’3.05 kB
# `servers` Command List all deployed MCP servers currently running. ## Functionality - Shows a table of active servers with details (ID, template, transport, status, endpoint, ports, etc). - Only running servers are shown. - Beautified output using Rich tables. ## Options & Arguments - `--template NAME`: Filter by specific template - `--all-backends`: Show servers from all backends ## Configuration - No configuration required. ## Example ``` servers servers --template github servers --all-backends ``` ### Sample Output ``` πŸ” Discovering deployed MCP servers... Deployed MCP Servers (3 active) ┏━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓ ┃ ID ┃ Template ┃ Transport ┃ Status ┃ Endpoint ┃ Ports ┃ Since ┃ Tools ┃ ┑━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩ β”‚ bc0e605ab… β”‚ mcp-demo-0806-14315… β”‚ http β”‚ running β”‚ http://localhost:42651 β”‚ 42651->7071 β”‚ 54 minutes ago β”‚ 3 β”‚ β”‚ 38063d7c4… β”‚ mcp-demo-0806-14292… β”‚ stdio β”‚ running β”‚ N/A β”‚ 54411->7071 β”‚ 57 minutes ago β”‚ 3 β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ``` ## When and How to Run - Use when you want to see which MCP servers are currently deployed and running. - Run at any time during an interactive CLI session. - Use before deploying to check if a server is already running. ## Related Commands - `deploy` - Deploy a new server - `stop` - Stop running servers - `logs` - View server logs - `remove` - Remove servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Data-Everything/mcp-server-templates'

If you have feedback or need assistance with the MCP directory API, please join our Discord server