Skip to main content
Use Marble’s Model Context Protocol server to let AI agents read and manage content in your workspace through the Marble API.
You need a Marble API key. Write tools such as create, update, and delete require a private API key.

Installation

The quickest way to add Marble to supported MCP clients is with the add-mcp CLI.
This installs Marble globally for the agents you select. Without -g, add-mcp writes project-level MCP config.

Install in Cursor

Open Cursor with the Marble MCP server pre-filled.
1

Open the installer

Click Install in Cursor and allow your browser to open Cursor.
2

Add your API key

Cursor installs the server with this header:
Set MCP_MARBLE_API_KEY in your environment before starting Cursor.
3

Verify the connection

Open Cursor’s MCP settings and confirm that the marble server is enabled. The server URL should end with /mcp.
You can also add the server manually in Cursor:

Available Tools

Tool badges describe how clients may present or approve tool calls:
  • READ-ONLY: reads data without changing your workspace
  • DESTRUCTIVE: may update or delete existing content

Authentication

The MCP server accepts your Marble API key through one of these headers:
Keep private API keys out of client-side code and public repositories.

Troubleshooting

If your client cannot connect, verify that:
  • The URL ends with /mcp
  • The API key header is present
  • Your key has the permissions needed for the tool you are calling
  • Write operations use a private Marble API key