Configuring your client
This page provides instructions for configuring your AI client to interact with the SCM MCP server.
MCP connects to SCM using your dedicated client ID and client secret via the API keys for your account.
Configure MCP with Node proxy
The MCP server has been tested with Claude and VS Code (Copilot). Neither of these agents support client credentials grant flow yet, so you need to use a proxy.
-
Open the Windows (or Linux) command prompt.
-
Download the proxy.
-
Register into Node globally.
npm install -g ./sectigo-mcp-proxy-26.5.0.tgz -
Add the MCP server to your AI client’s list of servers.
Windows:
%APPDATA%\Code\User\mcp.jsonLinux:
~/.config/Code/User/mcp.json -
Add this JSON block to the "servers" object.
"scm": { "command": "mcp-proxy", "args": [], "env": { "MCP_CLIENT_ID": “<your SCM client ID>”, "MCP_CLIENT_SECRET": “<your SCM client secret>”, "MCP_URL": "mcp.<instance>.sectigo.com/mcp" } }Modify the JSON block with your details, based on the information in the following table.
Field Description MCP_CLIENT_IDYour SCM client ID.
MCP_CLIENT_SECRETYour SCM client secret.
MCP_URLThe URL of your SCM instance.
mcp.<instance>.sectigo.com/mcpThe
<instance>value identifies your SCM environment, or production instance, provided during onboarding (such asenterprise,hard, oreu).
-
Open the Windows (or Linux) command prompt.
-
Download the proxy.
-
Register into Node globally.
npm install -g ./sectigo-mcp-proxy-26.5.0.tgz -
Add the MCP server to your AI client’s list of servers.
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json -
Add this JSON block to the "mcpServers" object.
"scm": { "command": "mcp-proxy", "args": [], "env": { "MCP_CLIENT_ID": “<your SCM client ID>”, "MCP_CLIENT_SECRET": “<your SCM client secret>”, "MCP_URL": "mcp.<instance>.sectigo.com/mcp" } }Modify the JSON block with your details, based on the information in the following table.
Field Description MCP_CLIENT_IDYour SCM client ID.
MCP_CLIENT_SECRETYour SCM client secret.
MCP_URLThe URL of your SCM instance.
mcp.<instance>.sectigo.com/mcpThe
<instance>value identifies your SCM environment, or production instance, provided during onboarding (such asenterprise,hard, oreu).