feat: add git, Zapier and Linear MCP configurations
This commit is contained in:
+22
-5
@@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user