Install
Cursor
Connect the Cursor IDE to your plnnrly organisation.
Cursor is an AI-first code editor. It supports MCP servers globally (across projects) or per project.
Prerequisites
- Cursor installed.
- Your plnnrly URL and an MCP token from the AI slide-over — see Get a token.
Configure
Open Cursor Settings → MCP → Add new global MCP server. This opens ~/.cursor/mcp.json. Add the plnnrly entry:
{
"mcpServers": {
"plnnrly": {
"type": "http",
"url": "https://<your-url>/mcp/v1",
"headers": {
"Authorization": "Bearer <token>"
}
}
}
}For a project-scoped install, use .cursor/mcp.json at the root of your project instead.
Save the file. Cursor reloads the MCP config automatically.
Verify
In the MCP settings, the plnnrly server should show a green dot and a tool count. If it shows red, hover for the error — usually a wrong URL or an expired token.