73 lines
1.5 KiB
JSON
73 lines
1.5 KiB
JSON
{
|
|
"mcpServers": {
|
|
"context7": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@upstash/context7-mcp",
|
|
"--api-key",
|
|
"ctx7sk-48cb1995-935a-4cc5-b9b0-535d600ea5e6"
|
|
],
|
|
"env": {}
|
|
},
|
|
"brave-search": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-brave-search"
|
|
],
|
|
"env": {
|
|
"BRAVE_API_KEY": "BSAcRGGikEzY4B2j3NZ8Qy5NYh9l4HZ"
|
|
}
|
|
},
|
|
"postgres": {
|
|
"command": "docker",
|
|
"args": [
|
|
"run",
|
|
"-i",
|
|
"--rm",
|
|
"-e",
|
|
"DATABASE_URI",
|
|
"crystaldba/postgres-mcp",
|
|
"--access-mode=unrestricted"
|
|
],
|
|
"env": {
|
|
"DATABASE_URI": "postgresql://banatie_user:banatie_secure_password@localhost:5460/banatie_db"
|
|
}
|
|
},
|
|
"perplexity": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"perplexity-mcp"
|
|
],
|
|
"env": {
|
|
"PERPLEXITY_API_KEY": "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",
|
|
"PERPLEXITY_TIMEOUT_MS": "600000"
|
|
}
|
|
},
|
|
"chrome-devtools": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"chrome-devtools-mcp@latest"
|
|
]
|
|
},
|
|
"browsermcp": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@browsermcp/mcp@latest"
|
|
],
|
|
"env": {}
|
|
},
|
|
"shadcn": {
|
|
"command": "npx",
|
|
"args": ["shadcn@latest", "mcp"]
|
|
}
|
|
}
|
|
}
|