List configured MCP servers
Lists all configured MCP servers and their commands from the Reflex plugin's config file. Use this to verify server setup and connection status.
/plugin marketplace add mindmorass/reflex/plugin install reflex@mindmorass-reflexList all MCP servers configured in the Reflex plugin.
Read the .mcp.json file in the plugin directory and display the configured servers:
!cat plugins/reflex/.mcp.json | jq -r '.mcpServers | to_entries[] | "- **\(.key)**: \(.value.command) \(.value.args | join(" "))"'
These servers are auto-configured via .mcp.json. Use /mcp in Claude Code to check connection status and authenticate.