IDE Integration

Connect Elixium directly to your development workflow. Access your backlog, update story status, and get AI guidance without leaving your IDE.

Elixium MCP Server (Antigravity)

Elixium exposes a Model Context Protocol (MCP) server that allows AI agents (like Cursor, Windsurf, or Antigravity) to read and manipulate your project board.

# Install the server via npx

npx @elixium.ai/mcp-server@latest start

Configuration for Cursor / Antigravity

Add the following to your MCP settings:

{
  "mcpServers": {
    "elixium": {
      "command": "npx",
      "args": ["-y", "@elixium.ai/mcp-server", "start"],
      "env": {
        "ELIXIUM_API_KEY": "your-api-key-here"
      }
    }
  }
}

* Note: You can generate an API Key in the Board Settings.

VS Code Extension

The official Elixium VS Code extension provides a dedicated sidebar for your current iteration.

  • View "Current" and "My Tasks" lanes.
  • Drag and drop stories to change status.
  • One-click "Start Story" to automatically create a git branch.