{ "mcpServers": { "sc-help-index": { "serverUrl": "https://help.surecentric.net/mcp" } } }
claude mcp add sc-help-index https://help.surecentric.net/mcp --transport http --scope user
codex mcp add --url https://help.surecentric.net/mcp sc-help-index
{ "mcpServers": { "sc-help-index": { "type": "http", "url": "https://help.surecentric.net/mcp" } } }
gemini mcp add --transport http sc-help-index https://help.surecentric.net/mcp
{ "extensions": { "sc-help-index": { "enabled": true, "name": "sc-help-index", "type": "streamable_http", "uri": "https://help.surecentric.net/mcp", "envs": {}, "env_keys": [], "headers": {}, "description": "", "timeout": 300, "bundled": null, "available_tools": [] } } }
Configuration must be pasted into Settings → Tools → AI Assistant → Model Context Protocol → Add → As JSON. Direct file writing is not supported due to version-specific XML storage.
{ "mcp": { "sc-help-index": { "type": "remote", "url": "https://help.surecentric.net/mcp" } } }
code --add-mcp '{"name":"sc-help-index","type":"http","url":"https://help.surecentric.net/mcp"}'
Supports both stdio and native HTTP connections