list_all_mcps
List configured MCP servers from ~/.claude.json, showing configuration details. Env values are redacted by default to protect API keys; pass show_env_values=true to reveal them when needed.
Instructions
List all configured MCP servers from ~/.claude.json with their configuration. By default, values inside each server's 'env' field are redacted to '***' so this tool can't be used to exfiltrate API keys stored in MCP env. Pass show_env_values=true to reveal them when you legitimately need them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show_env_values | No | If true, reveal raw 'env' values. Default false (values shown as '***'). |