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

# MCP connections

> Connect Fimo projects and compatible clients through permissioned MCP connections.

Fimo projects can use tools from remote MCP servers. Compatible clients can
also connect to Fimo.

## Add a remote server to a project

Add a server, inspect its tools, and make the Connection available to supported
Studio or agent work.

```bash theme={null}
fimo mcp add sentry --url https://mcp.sentry.dev/mcp
fimo mcp list
```

[Connect a remote MCP server](/docs/ai/mcp)

## Connect a client to Fimo

Fimo provides a hosted MCP server for compatible clients:

```text theme={null}
https://api.fimo.ai/api/mcp
```

The client asks you to approve access. Review the requested permissions before
you allow writes to project content, media, files, Branches, or agents.

[Manage connections in Studio](/docs/studio/connections) or [connect an MCP client to Fimo](/docs/ai/mcp).

[See all updates](/docs/changelog/overview)
