diff --git a/README.md b/README.md index c2177618..0578f09f 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,11 @@ mcpServers: search: type: remote url: "https://mcp.example.com/search" + + pubmed: + type: remote + url: "https://pubmed.mcp.example.com" + noOAuth: true # skip OAuth for public servers that don't require auth ``` ## CLI Reference diff --git a/www/pages/configuration.md b/www/pages/configuration.md index 0976436a..b1587265 100644 --- a/www/pages/configuration.md +++ b/www/pages/configuration.md @@ -83,6 +83,11 @@ mcpServers: search: type: remote url: "https://mcp.example.com/search" + + pubmed: + type: remote + url: "https://pubmed.mcp.example.com" + noOAuth: true # skip OAuth for public servers ``` ### MCP server fields @@ -95,6 +100,7 @@ mcpServers: | `url` | string | URL for remote servers | | `allowedTools` | list | Whitelist of tool names to expose | | `excludedTools` | list | Blacklist of tool names to hide | +| `noOAuth` | bool | Skip OAuth for this server (for public servers that don't require auth) | A legacy format with `transport`, `args`, `env`, and `headers` fields is also supported.