More
Connect Cursor
Connect Cursor. Part of requestforms MCP server.
The API hosts MCP at /mcp. Point Cursor at the public URL after you deploy.
{
"mcpServers": {
"request-forms": {
"url": "https://requestforms.io/mcp"
}
}
}Local nginx uses http://localhost:8080/mcp. Call register, verify_email, then login in that session. Each HTTP session has its own cookie jar.
For local stdio instead of the hosted URL, run node apps/mcp/dist/index.js.