List configured MCP servers

rules & mcp

// what it does

cursor-agent mcp list shows every configured MCP server with its connection status, config source, and transport (stdio, HTTP, or SSE). Configuration is read from mcp.json in precedence order: project, then global, then nested directories — the same files the editor uses. The /mcp list slash command shows the same view inside a session.

// shell

$ cursor-agent mcp list
$ /mcp list

// resources