Use short names for easier identification: gsheets, slack, hubspot-sales. You can prefix with stackone- or s1- if you have other MCP servers, but it’s not required.
Multiple accounts example
For multiple linked accounts, add an entry for each. Get each token from the dashboard by selecting the relevant account.
Screenshots show 'stackone-' prefix — this is optional.
After restarting, navigate to Settings → Developer to verify your servers are configured:
A green “running” badge indicates the server is connected. If you see “failed”, click Open Logs Folder to troubleshoot.Your servers will also appear in Settings → Connectors with a “Local Dev” tag, where you can configure tool permissions:
Screenshots show servers with 'stackone-' prefix — this is optional.
Once connected, try prompts like:
What StackOne tools are available?
Search recent calls in Gong
You can also ask about API schemas or documentation.
If the connector exposes many actions, add the tool-mode=search_execute query parameter to the MCP URL in your config. The client then registers just two tools — search + execute — and the agent discovers actions at runtime, so the context footprint stays flat however large the catalog:
For a token URL, append it as an extra parameter: https://api.stackone.com/mcp?token=<session_token>&tool-mode=search_execute.See Tool Discovery for how search works, its accuracy, and the other modes.For example, with API-key auth: