cURL
curl --request GET \ --url http://localhost:3000/api/v1/mcp/servers \ --cookie nut-session=
{ "success": true, "data": { "servers": [ { "name": "<string>", "command": "<string>", "args": [ "<string>" ], "env": {}, "status": "running" } ] } }
Retrieve all configured MCP servers
Session cookie authentication
List of MCP servers
Show child attributes
Server name
Command to start server
Command arguments
Environment variables
running
stopped
error