chore: add shadcn mcp
This commit is contained in:
parent
7c49f6e643
commit
98b0c1d4f7
27
.mcp.json
27
.mcp.json
|
|
@ -13,7 +13,10 @@
|
||||||
},
|
},
|
||||||
"brave-search": {
|
"brave-search": {
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
|
"args": [
|
||||||
|
"-y",
|
||||||
|
"@modelcontextprotocol/server-brave-search"
|
||||||
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"BRAVE_API_KEY": "BSAcRGGikEzY4B2j3NZ8Qy5NYh9l4HZ"
|
"BRAVE_API_KEY": "BSAcRGGikEzY4B2j3NZ8Qy5NYh9l4HZ"
|
||||||
}
|
}
|
||||||
|
|
@ -36,7 +39,10 @@
|
||||||
"perplexity": {
|
"perplexity": {
|
||||||
"type": "stdio",
|
"type": "stdio",
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": ["-y", "perplexity-mcp"],
|
"args": [
|
||||||
|
"-y",
|
||||||
|
"perplexity-mcp"
|
||||||
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"PERPLEXITY_API_KEY": "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",
|
"PERPLEXITY_API_KEY": "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",
|
||||||
"PERPLEXITY_TIMEOUT_MS": "600000"
|
"PERPLEXITY_TIMEOUT_MS": "600000"
|
||||||
|
|
@ -44,13 +50,26 @@
|
||||||
},
|
},
|
||||||
"chrome-devtools": {
|
"chrome-devtools": {
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": ["-y", "chrome-devtools-mcp@latest"]
|
"args": [
|
||||||
|
"-y",
|
||||||
|
"chrome-devtools-mcp@latest"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"browsermcp": {
|
"browsermcp": {
|
||||||
"type": "stdio",
|
"type": "stdio",
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": ["-y", "@browsermcp/mcp@latest"],
|
"args": [
|
||||||
|
"-y",
|
||||||
|
"@browsermcp/mcp@latest"
|
||||||
|
],
|
||||||
"env": {}
|
"env": {}
|
||||||
|
},
|
||||||
|
"shadcn": {
|
||||||
|
"command": "npx",
|
||||||
|
"args": [
|
||||||
|
"shadcn@latest",
|
||||||
|
"mcp"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue