Use Cursor's MCP install link to add Bigmind as a remote MCP server.
#Setup
- Open the install link from the machine where Cursor is installed.
- Review the Bigmind server entry in Cursor.
- Complete the Bigmind OAuth flow when Cursor opens the authorization page.
- Choose the Bigmind workspace this MCP connection should use.
#Manual configuration
If you prefer to configure Cursor manually, add Bigmind to your MCP server configuration:
{
"mcpServers": {
"Bigmind": {
"url": "https://api.bigmind.ai/mcp",
"headers": {}
}
}
}
#Advanced list tools
Use https://api.bigmind.ai/mcp?tools=lists.read for read-only list access, or https://api.bigmind.ai/mcp?tools=lists.write for read and write list access.
Cursor install links use a base64 encoded JSON configuration. Cursor's install link format is documented in Cursor's MCP install link docs.
