Docs lite
MCP
Connect RetrySight Lite to Cursor, VS Code, or other MCP clients on loopback.
On this page
Lite can serve metrics and session context to your editor over MCP. The server talks to the local API at 127.0.0.1:18081.
Packaged install
Open RetrySight Lite → MCP and copy the generated JSON. It already points at the bundled manager and your admin token.
Dev clone
Use the retrysight-lite/manager path on disk. Example Cursor config (.cursor/mcp.json):
{
"mcpServers": {
"retrysight-lite": {
"command": "npm",
"args": ["run", "mcp", "--prefix", "/ABS/PATH/retrysight-lite/manager"],
"env": {
"RETRYSIGHT_URL": "http://127.0.0.1:18081",
"RETRYSIGHT_TOKEN": "<admin-token>"
}
}
}
}
Replace /ABS/PATH with the clone path and <admin-token> with the token from the app.
Checklist
- Lite is running (API on port
18081). - Token matches the current Lite admin token.
- Restart Cursor / VS Code after editing MCP config.
- Confirm the RetrySight Lite MCP server connects without a URL or auth error.