What can Asymptote’s MCP Server do?
Asymptote’s MCP Server sits between your AI coding agent and your engineering systems to detect risk, enforce policy, and gate high-risk actions.- Scan code changes for vulnerabilities
- Flag risky patterns in diffs and patches
- Detect suspicious dependency changes
- Catch secrets and sensitive data leaks
- Enforce org policies on every tool call
- Require approval for high-blast-radius actions
- Block unsafe commands and scripts
- Propose safer fixes and remediations
- Produce audit logs and change provenance
MCP Client Integrations
Cursor
One-click install: Manually install:Open Cursor Settings
Open the command palette (cmd + shift + p on macOS or ctrl + shift + p on Windows) and choose Cursor Settings.
Add the MCP server
Select MCP from the left sidebar and click Add new global MCP server and add the following config:You can get the absolute path to your build script by right-clicking on the
/build/index.js file in Cursor and selecting Copy Path.Possible arguments--key: Your Asymptote API key (required)
Adding the MCP server to Cursor’s global settings will let you use Asymptote’s security scanning from any project on your machine using Cursor’s Agent mode.


