TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/neon-solutions/add-mcp/llms.txt
Use this file to discover all available pages before exploring further.
remove command searches all detected agent configuration files for entries matching your query — by server name, URL, or package name — and removes the selected entries. By default it presents an interactive multi-select list pre-populated with all matches; pass -y to skip the prompt and remove everything at once.
Usage
<query> argument is required. It is matched case-insensitively as a substring against server names and as an exact string against identity values (URL or package name).
Options
The search term used to find servers to remove. Matched as a case-insensitive substring of the server name, or as an exact match against the server’s URL or package identifier.
Remove servers from user-level (global) config files instead of the project-level configs in the current directory.
Restrict the search to one or more specific agents. Without this flag, all detected agents are searched.
Remove all matching servers without prompting. All matches found across all detected (or specified) agents are deleted immediately.
Behavior
- The CLI scans config files for all detected (or specified) agents.
- It collects every server whose name contains
<query>(case-insensitive) or whose identity (URL or package) exactly equals<query>. - Interactive mode (no
-y): a multi-select prompt lists all matches, with all of them pre-selected. You can deselect any entries you want to keep before confirming. - Non-interactive mode (
-y): all matches are removed immediately and a summary is printed.