> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.alpha.openantares.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.alpha.openantares.com/_mcp/server.

# MCP overview

Alpha's MCP server lets compatible assistants search meetings, email, files, entities, tasks, and artifacts. It can also create approved tasks and artifacts, send email, and schedule meetings when the connected person has permission.

## Server URL

```text
https://mcp.openantares.com/mcp
```

The server supports OAuth 2.1 discovery, dynamic client registration for approved clients, authorization code exchange, PKCE, and bearer tokens. The user signs in to Alpha and approves access. The resulting token carries that user's current organization and vault permissions.

## What is available

#### Find knowledge

Search entities, transcripts, meetings, email threads, files, findings, plans, and graph connections.

#### Check scope

List accessible vaults and ask Alpha to suggest the relevant vault before searching.

#### Take approved action

Add tasks, resolve conflicts, generate artifacts, send email, or schedule a meeting when the user has the required role.

## One reviewed tool catalog

MCP, REST, OpenAPI, and both SDKs are generated from the same public tool catalog. Internal admin, maintenance, migration, reset, seed, and test functions are not registered as MCP tools and do not appear in the developer surface.

The MCP connection is personal. It does not grant the assistant broader access than the person approving it.