Skip to main content
Connect external tools to your agent by adding MCP servers directly in the app — name, command, args, and an on/off toggle.

Quick Start

1

Open the MCP panel

Find the MCP servers panel in the app.
2

Add a server

Enter a name, command, and args, then save. The app stores it and marks it enabled.
3

Toggle or remove

Flip a server on or off, or remove it — all from the same panel.

How It Works

The app manages servers through a single endpoint (POST /mcp) with an action of add, remove, or toggle, and lists them with GET /mcp. Each server stores exactly these fields:
Adding a server with a name that already exists replaces the previous entry rather than duplicating it.

Best Practices

The name is the key. A clear, unique name makes toggling and removing obvious, and prevents an accidental replace.
Disable a server you may want back rather than removing it — the entry and its args are preserved.
command and args launch a process. Confirm they run in a terminal before adding them, so a failure is obvious.

MCP Overview

Author and understand MCP servers themselves

Settings Reference

Other Desktop app configuration