[Feature]: /mcp view to inspect and control each MCP server #10535
doasfrancisco
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/desktop, apps/web
Problem or use case
In T3 Code,
/mcpreturns one line:It does not say which server is down, why, or with what configuration. The message itself tells me to leave the app and open a terminal.
Claude Code's
/mcpis a manager: a list of every server with status and tool count, grouped by scope (user / project / built-in), and a detail page per server with Status, Command, Args, Config location, Capabilities and Tools, plus the actions View tools / Reconnect / Disable.Proposed solution
Show the same view inside T3 Code, for the active thread's provider:
Why this matters
A failed MCP server is silent today. The thread simply has fewer tools, and the summary line does not name the server that is missing. Recovering after a fix needs a terminal or a full restart. With 17 servers configured, this is a routine action, not an edge case.
Smallest useful scope
Read-only: the server list with per-server status, error text and tool count. The actions can come later.
Alternatives considered
claudein a terminal and use/mcpthere. It works, but it leaves T3 Code.Risks or tradeoffs
Examples or references
Claude Code
/mcp: the list view and the per-server detail view.All reactions