# MCP

Canonical: https://auggy.dev/docs/mcp
Status: Published
Package: auggy 0.5.0

Bridge local or remote MCP server tools into **Auggy** with deploy-aware policy.

## Purpose

The MCP augment imports tools from Model Context Protocol servers and applies **Auggy**'s trust and deployment rules.

**Add MCP**

```bash
auggy augment add mcp
```

## Deploy safely

- Remote MCP servers should use HTTPS in cloud deployments.
- Enabled stdio MCP servers fail cloud preflight unless marked cloud disabled or localOnly.
- Use allow/block lists and per-server/per-tool trust policy for broad MCP servers.

## Related

- [Architecture](https://auggy.dev/docs/architecture/markdown)
- [Deploy and verify](https://auggy.dev/docs/deploy/markdown)