Dynamically add an MCP server to the debug proxy for testing
Adds an MCP server to the debug proxy for testing with custom command and name.
/plugin marketplace add standardbeagle/standardbeagle-tools/plugin install mcp-tester@standardbeagle-toolsYou are adding a new MCP server to the mcp-debug proxy for testing and development.
Use the mcp-debug MCP server's server_add tool with:
name: The server name provided by the user ({{server-name}})command: The command to launch the server ({{command}})After adding the server, use server_list to confirm it was added successfully and show available tools.
Report to the user:
/add-server myserver "npx @modelcontextprotocol/filesystem /home/user"
This will add the filesystem MCP server with tools prefixed as myserver_read_file, myserver_write_file, etc.