Skip to content

Commit 4731ce1

Browse files
committed
docs: update MCP servers doc with screenshot
1 parent 066890b commit 4731ce1

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

docs/img/mcp-servers-1.webp

177 KB
Loading

docs/mcp-servers.mdx

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ MCP (Model Context Protocol) servers provide additional tools to agents. Configu
77

88
## Configuration
99

10-
Create `.mux/mcp.jsonc` in your project root:
10+
You can either configure the servers in the UI (`Ctrl+,`):
11+
12+
![MCP Servers UI](./img/mcp-servers-1.webp)
13+
14+
Or directly in the `.mux/mcp.jsonc` file in your project root:
1115

1216
```jsonc
1317
{
@@ -41,15 +45,6 @@ Examples:
4145
/mcp edit chrome npx -y chrome-devtools-mcp@latest --headless --isolated
4246
```
4347

44-
## Settings UI
45-
46-
Configure servers in **Settings → Projects**:
47-
48-
1. Select a project from the dropdown
49-
2. Add servers with name and command
50-
3. Use **Test** (play button) to verify before adding
51-
4. Use **Edit** (pencil) or **Remove** (trash) to manage existing servers
52-
5348
## Scope
5449

5550
MCP servers have two scopes:

0 commit comments

Comments
 (0)