# Overview

# Astravue MCP

Connect AI assistants like Claude, Cursor, Windsurf, and other compatible MCP clients directly to your Astravue workspace using the Model Context Protocol (MCP).

Create projects, manage tasks, track time, and collaborate with your team through natural language conversations.

---

## What is Astravue MCP?

Astravue MCP is a hosted remote MCP server that gives compatible AI assistants secure, real-time access to your Astravue workspace. Built on the [Model Context Protocol (MCP)](https://modelcontextprotocol.io) open standard, it lets AI tools interact with your projects, tasks, statuses, time entries, and teams using your authenticated Astravue permissions.

No API keys. No manual copy-paste workflow.

---

## Why use Astravue MCP?

**Easy setup**

Connect through a browser-based OAuth flow with PKCE. No API keys are required.

**Workspace-aware access**

AI assistants can read and perform supported actions in your Astravue workspace based on your authenticated permissions.

**Built for remote MCP clients**

Compatible with remote MCP clients that support Streamable HTTP and OAuth.

---

## What can you do?

<CardGroup cols={2}>
  <Card title="🗓️ Plan sprints" icon="calendar">
    Create spaces, projects, and tasks from a single conversation with your AI assistant.
  </Card>
  <Card title="✅ Manage work" icon="list-check">
    Assign owners, update statuses, set priorities, and track deadlines without leaving your AI client.
  </Card>
  <Card title="📊 Build reports" icon="chart-bar">
    Get overdue summaries, task counts, scheduled work, and project health snapshots in seconds.
  </Card>
  <Card title="⏱️ Track time" icon="clock">
    Start timers, log entries, and review timesheets from a conversation.
  </Card>
  <Card title="🔗 Map dependencies" icon="diagram-project">
    Link tasks so your AI assistant understands what blocks what across your projects.
  </Card>
  <Card title="👥 Collaborate" icon="users">
    Add team members to projects, post comments, and manage checklists in real time.
  </Card>
</CardGroup>

---

## Server details

| Field | Value |
|------|------|
| Server URL | `https://api.astravue.com/mcp` |
| Transport | Streamable HTTP |
| MCP Protocol Version | `2025-06-18` |
| Authentication | OAuth 2.0 Authorization Code + PKCE |
| Total tools | 90 |
| Hosting | Managed by Astravue |

:::tip
To see all tools your AI client has discovered, run the `/mcp` command in Claude Code or check your client's MCP panel.

See **Get started** for the full supported tools list.

:::

---


