Setup
- Open Cursor settings and go to MCP.
- Add a new remote MCP server using
https://www.martini.film/mcpas the server URL. Choose Streamable HTTP if Cursor asks for a transport. - Authenticate with Martini when Cursor opens the OAuth sign-in flow.
- If you prefer file-based setup, add Martini to
~/.cursor/mcp.jsonfor global use, or.cursor/mcp.jsoninside one project:
{
"mcpServers": {
"martini": {
"url": "https://www.martini.film/mcp"
}
}
}
Restart Cursor or reload MCP servers after editing the file.
Verify connection
- Ask “show me my latest projects.”
- Approve the first tool calls only after the client shows the expected Martini project or asset target.
Disconnect or revoke
In Cursor, remove Martini from MCP settings. If you added it in ~/.cursor/mcp.json or .cursor/mcp.json, delete the Martini server entry and reload MCP servers.
Troubleshooting
If setup fails, confirm the server URL is https://www.martini.film/mcp, reload the client’s MCP servers, then authenticate again. For browser-based clients, make sure the client domain is allowed by Martini’s MCP origin policy.