> ## Documentation Index
> Fetch the complete documentation index at: https://docs.elean.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Connect AI agents like Claude Code to elean over MCP.

elean ships a public [MCP](https://modelcontextprotocol.io) server at `mcp.elean.app`. It lets AI agents — Claude Code, Cursor, or any other MCP-compatible client — read and write projects, tasks, comments, members, and statuses in your workspace, with your permission.

Authentication uses OAuth 2.0 with PKCE and Dynamic Client Registration, so most clients can connect without any manual setup (no `client_id`, no pre-registration). See [Installation](/mcp/installation) for per-client setup, or [Tools](/mcp/tools) for the full tool reference.

<Tip>
  New to elean? Start with the [Quickstart](/quickstart) first.
</Tip>

## Enabling MCP for your workspace

AI agent connections are **disabled by default** and must be turned on per workspace.

<Steps>
  <Step title="Open Workspace Settings">
    Go to **Workspace Settings → Security**.
  </Step>

  <Step title="Enable AI agent connections">
    Flip the **AI agent connections** toggle on.
  </Step>
</Steps>

This is a workspace-wide decision — once enabled, any member can connect their own agent. Turning it back off immediately revokes every token issued for the workspace, even ones already in use.

## Managing connections

Every approved connection shows up under **User Settings → Security → Connected Apps**, where you can revoke access at any time without affecting other connections.
