Editor-config installers: mcp claude/vscode/cursor enable|disable|list #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-13T14:19:38Z - https://github.com/coilysiren/cli-mcp/issues/32
Comparison with njayp/ophis surfaced a real UX gap: ophis ships first-class installers as subcommands of the
mcpgroup.mcp claude enable|disable|listmcp vscode enable|disable|listmcp cursor enable|disable|listOne command and the editor's MCP config gets the entry written, no manual JSON editing. Today cli-mcp leaves this to
add-mcp-style external tooling or hand-editing.Proposal: add equivalent leaves under the auto-attached
mcpsubtree. Already auto-excluded from projection, so no risk of self-referential tool leakage.Open questions:
cli-mcp-installerspackage to keep the core dependency-light?