feat: add git, Zapier and Linear MCP configurations
This commit is contained in:
+22
-5
@@ -3,12 +3,29 @@
|
|||||||
"playwright": {
|
"playwright": {
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": [
|
"args": [
|
||||||
"-y",
|
"@playwright/mcp@latest"
|
||||||
"@playwright/mcp@latest",
|
],
|
||||||
"--browser=",
|
"env": {}
|
||||||
"--headless=",
|
},
|
||||||
"--viewport-size="
|
"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