Overwing for Cursor
ai.overwing/mcp
Guardrails for LLM output: pass / fail / review verdicts with calibrated confidence in under 500 ms.
client:Cursor
transport:stdio
runtime:npm
Install Overwing in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"overwing-mcp"
],
"env": {
"OVERWING_API_KEY": "<OVERWING_API_KEY>",
"OVERWING_BASE_URL": "<OVERWING_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs