You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2026. It is now read-only.
Summary of the new feature / enhancement
As a user I want to be able to manage
mcp.jsonusing a standard set of commands rather than needing to manually edit the file.Proposed technical implementation details (optional)
Creation of a set of commands to manage MCP servers in the
mcp.jsonfile:Get-AIShellMCPServer: List out existing MCP servers. List all by default, or wildcard search by name.Add-AIShellMCPServer: Adds an MCP server to the listRemove-AIShellMCPServer: Removes an MCP server from the list by nameSet-AIShellMCPServer: Change values in an existing MCP serverSure there are other commands that could be listed, but this seems like a good start for the basics.