Skip to main content
Cursor supports remote Streamable HTTP MCP servers and OAuth authentication.

Configure the server

Create .cursor/mcp.json for the current project, or ~/.cursor/mcp.json for a global configuration:
1

Open Tools & MCP

Open Cursor Settings → Tools & MCP and locate molesignal.
2

Connect with OAuth

Select Connect and complete the MoleSignal authorization page. Cursor discovers the OAuth endpoints from the MCP protected-resource metadata.
3

Verify tools

Confirm that tool_search, call_read_tool, and call_managed_tool appear in the available tools. Restart the server from Tools & MCP after changing the configuration.
Do not commit a Bearer token in .cursor/mcp.json. Prefer OAuth for an interactive Cursor session. Use a client-supported secret injection mechanism for non-interactive credentials.
See the official Cursor MCP documentation.
Last modified on August 13, 2026