Elisiom over Model Context Protocol (MCP)

Extend what your assistants can do with Elisiom's MCP server.

What is MCP?

MCP is a protocol for integrating tools with AI agents. It lets assistants call external APIs with structured context, so agents can create tasks, run sandboxes, and ship changes without leaving the chat.

How does it work?

You need an MCP-capable client such as Cursor, Claude Desktop, Claude Code, Windsurf, or Codex. Add Elisiom as a remote MCP server, authenticate with a workspace API key, and your agent can call Elisiom tools from the conversation. Each task gets its own sandbox and Git branch, which you can save, preview, and publish as a pull request in the connected repository. Projects must already exist in your workspace — MCP can create tasks in those projects, but connecting repositories and projects happens in the dashboard.

Connecting to Elisiom MCP

Pick your client, replace YOUR_API_KEY with a workspace key, then reconnect the MCP server.

Cursor
Add Elisiom to `.cursor/mcp.json` in your project or home directory.
.cursor/mcp.json
{
  "mcpServers": {
    "Elisiom": {
      "url": "https://api.elisiom.com/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY"
      }
    }
  }
}

Need an API key?

Workspace admins and developers can create MCP keys from the dashboard. Each key grants access to every project and task in that workspace.

Sign in to create a key