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

# Introduction to Mission Control MCP

> Connect AI agents to read-only CoreWeave observability, cluster, and documentation tools through a hosted MCP server.

<Note>
  Mission Control MCP is in public preview. Tool coverage and behavior may change while the
  service is in preview. To share feedback or report an issue, email [support@coreweave.com](mailto:support@coreweave.com).
</Note>

Mission Control MCP is a hosted [Model Context Protocol](https://modelcontextprotocol.io/docs/getting-started/intro) (MCP)
server for CoreWeave infrastructure. It connects MCP-compatible clients, such as Claude Code,
Cursor, and Codex, to read-only tools for observing, triaging, and optimizing CoreWeave
environments.

With a CoreWeave API token, you can ask natural-language questions about your infrastructure and
let an agent gather current evidence from metrics, logs, dashboards, documentation,
cluster state, node details, and object storage context. The agent works inside the same
visibility boundary as your token, so it can access what your token can access.

The server is hosted by CoreWeave, so there is nothing to deploy or operate. You point your client
at the endpoint and authenticate with a token. Because the tools are read-only, an agent can
observe and triage your infrastructure but cannot change it.

## What you can do

Mission Control MCP brings several CoreWeave tool families into one MCP connection. The tools are
small and composable, so an agent can build a multi-step investigation instead of relying on one
opaque "debug everything" call. It does not replace dashboards, CLIs, or documentation. It makes
those interfaces easier for an agent to use, and easier for you to reason over, during real
operational work.

* **Observability**: query metrics, search logs, inspect dashboards and the queries behind their
  panels, and discover datasources, backed by Grafana-compatible systems.
* **CoreWeave documentation**: search and read CoreWeave public documentation so an agent answers
  product and API questions from documentation rather than model memory.
* **CoreWeave resources**: inspect clusters, nodes, CoreWeave SUNK resources, and CoreWeave AI
  Object Storage buckets, then connect that state to observability data.

For the full catalog, including each tool's inputs and outputs, see the
[Mission Control MCP tool reference](/observability/mission-control-mcp/reference/tools).

## Who should use it

It is useful across a range of roles, from ML engineers debugging training runs to platform
teams assembling an evidence chain.

* **AI researchers and ML engineers** can debug training and inference workloads without leaving
  their editor, asking for GPU health signals, node status, workload logs, or relevant dashboards
  and following up with further questions.
* **Platform and infrastructure teams** can assemble an evidence chain quickly: what is affected,
  which metrics changed, which errors appear in the logs, and which dashboards are relevant.
* **Application teams and operators** can answer operational questions that cross product surfaces,
  such as combining workload logs, metrics, and object storage state to investigate performance
  issues in training jobs.
* **Domain experts** can supply the framing while the agent handles tool choreography, turning
  operational telemetry into tables, prototypes, and concrete next steps.

## Set up Mission Control MCP

To connect a client and start calling the tools, see
[Configure Mission Control MCP](/observability/mission-control-mcp/configure). Setup requires a
CoreWeave API token and an MCP-compatible client, such as Claude Code, Cursor, or Codex.

## Related resources

<CardGroup cols={2}>
  <Card title="Configure Mission Control MCP" icon="plug" href="/observability/mission-control-mcp/configure">
    Connect Claude Code, Cursor, or another MCP client to the hosted server.
  </Card>

  <Card title="Tool reference" icon="wrench" href="/observability/mission-control-mcp/reference/tools">
    Every Mission Control MCP tool, grouped by family, with inputs and outputs.
  </Card>

  <Card title="CoreWeave Grafana" icon="chart-line" href="/observability/managed-grafana">
    Managed Grafana dashboards, metrics, and logs that Mission Control MCP tools observe.
  </Card>

  <Card title="CoreWeave AI Object Storage" icon="bucket" href="/products/storage/object-storage">
    S3-compatible object storage that the object storage tools inspect.
  </Card>
</CardGroup>
