Developer guide
Connect Cursor to Govna
Add Govna's governed MCP endpoint to Cursor's mcp.json.
Endpoint: https://agw.govna.io/mcp
Govna exposes this Streamable HTTP endpoint behind OAuth and exact consent (MCP-001).
- Create
.cursor/mcp.jsonfor a project, or~/.cursor/mcp.jsonfor all projects. - Add the remote Streamable HTTP server entry shown here.
- Reload Cursor and finish Govna OAuth and consent in the browser.
{
"mcpServers": {
"govna": {
"url": "https://agw.govna.io/mcp"
}
}
}
Then, for every client: Govna opens in the browser. Sign in, choose identities, tools, and duration, then approve. An audit intent is committed before your first dispatched call, or the call is denied rather than run un-audited (AUD-001).
Check Cursor’s MCP documentation.