Cursor
Use the MCP servers your platform has already approved — and hand it the ones you build. Both directions, from inside the editor.
Open the developer portal at /portal on your platform's address.
mcp.json, or Copy to merge if you already have one~/.cursor/mcp.json, or .cursor/mcp.json in a projectThe file lists every server your roles can reach and nothing they cannot. It works in Cursor, VS Code, Claude Desktop and Windsurf alike — the format is shared, so this is not a Cursor feature that happens to work elsewhere.
${env:MCP_TOKEN}, so it is safe to commit to a repository or
paste into a chat. Mint a token in the portal and export it in your shell
profile.
On purpose. That is the point of a governed platform.
A token that lasts a year keeps working long after somebody's access has been revoked, and outlives every role change in between. Yours does not. When calls start failing, mint a new one and restart your editor.
Organisations issuing agent credentials through their own identity provider can exchange those for short-lived platform tokens automatically. Ask your platform team.
The other direction, and it uses the extension rather than a config file.
cursor --install-extension magertron-submit-<version>.vsix
One extension, both editors. Cursor is a VS Code fork and runs it unchanged — there is no separate build.
magertron finds nothing, look under
Settings → Extensions → Magertron. Editing
~/.config/Cursor/User/settings.json directly is quicker.
Anything credential-shaped is removed before the manifest leaves your machine. Environment variable names are sent; values are not, including defaults written into the file. Your platform team can see that a server needs a secret without ever seeing the secret.
Run the orchestrator in your own sandbox and point Cursor at it.
# add the chart repository
helm repo add magertron https://magertron.com/charts
helm repo update
# install into a new namespace
helm install mcp magertron/mcp-orchestrator \
--namespace mcp-system --create-namespace
Starts in Free Tier. No license required. More at magertron.com/charts.
Also available for VS Code.