For the complete documentation index, see llms.txt. This page is also available as Markdown.

Use with Cursor

Connect Cursor to Autentique with remote MCP and OAuth.

Connect Cursor to Autentique as a remote MCP server with OAuth.

Configure the server

Create or update .cursor/mcp.json in a project, or ~/.cursor/mcp.json to make the server available globally:

{
  "mcpServers": {
    "autentique": {
      "command": "npx",
      "args": ["-y", "@autentique/mcp"]
    }
  }
}

Save the file and open Cursor's MCP settings. Cursor should detect the server and start the OAuth flow when you connect it.

Authorize Autentique

  1. Select Autentique in Cursor's MCP settings.

  2. Choose to connect or authenticate.

  3. Continue to Autentique and sign in.

  4. Review the requested permissions and select Allow.

  5. Return to Cursor and confirm that the Autentique tools are available.

Use Autentique with Agent

Cursor Agent can use enabled MCP tools when they are relevant to your request. You can also mention the task directly.

Try: “Use Autentique to list documents awaiting signatures and summarize their status.”

Cursor asks for approval before using MCP tools by default. Keep approval enabled for actions that create documents, change signers, or may consume credits.

Project or global configuration

Use project configuration when the integration should be shared only with a specific repository. Use global configuration when you want Autentique available in every Cursor project on your computer.

Last updated