/**
- Demo configuration for adding the MCP server using uvx.
- To use this configuration, copy and add the following block inside your
mcpServerobject include config.jsonor any client config of choice: -
- "Demo": {
- "command": "uvx",
- "args": [
-
"--from", -
"git+https://github.com/developj/add-mcp-server.git", -
"mcp-server" - ]
- }
-
-
command: The command to execute (uvx).
-
args: Arguments for the command:
-
--from: Specifies the source repository.
-
- The GitHub repository URL for the MCP server.
-
- The name of the server to add (
mcp-server).
- The name of the server to add (
- Ensure this block is placed within the
mcpServerobject of yourclude config.json. */