feat: add git, Zapier and Linear MCP configurations

This commit is contained in:
Do Siki
2025-09-05 00:51:25 +02:00
parent 3bc5256d49
commit fafbec853f
+22 -5
View File
@@ -3,12 +3,29 @@
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest",
"--browser=",
"--headless=",
"--viewport-size="
"@playwright/mcp@latest"
],
"env": {}
},
"git": {
"command": "uvx",
"args": [
"mcp-server-git"
],
"env": {}
},
"Zapier": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.zapier.com/api/mcp/s/MzVkMzJmMDEtNzkwNC00MzAxLTgyNDgtZDQ1MTU1MThlYmVlOjJhM2I3ZWM3LTZjNTQtNGEyNy1hY2YyLTNjZjE5MDNmZTkyMw==/mcp",
"--transport",
"http-only"
]
},
"linear": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
}
}
}