Skip to content

Commit 066890b

Browse files
committed
Add Mux development MCP servers
1 parent 07468fd commit 066890b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.mux/mcp.jsonc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"servers": {
3+
"memory": "npx -y @modelcontextprotocol/server-memory",
4+
"chrome": "npx -y chrome-devtools-mcp@latest --headless --isolated --chromeArg='--no-sandbox'"
5+
}
6+
}

0 commit comments

Comments
 (0)