diff --git a/.vscode/mcp.json b/.vscode/mcp.json new file mode 100644 index 000000000..0f6365950 --- /dev/null +++ b/.vscode/mcp.json @@ -0,0 +1,21 @@ +{ + "servers": { + "io.github.netdata/mcp-server": { + "type": "http", + "url": "https://app.netdata.cloud/api/v1/mcp", + "headers": { + "Authorization": "Bearer ${input:NETDATA_CLOUD_API_TOKEN}" + }, + "gallery": "https://api.mcp.github.com", + "version": "2.10.4" + } + }, + "inputs": [ + { + "id": "NETDATA_CLOUD_API_TOKEN", + "type": "promptString", + "description": "Netdata Cloud API token (create at app.netdata.cloud > User Settings > API Tokens with scope:mcp)", + "password": true + } + ] +} \ No newline at end of file