19 lines
No EOL
428 B
JSON
19 lines
No EOL
428 B
JSON
{
|
|
"mcpServers": {
|
|
"firebase": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "firebase-tools@latest", "mcp"]
|
|
},
|
|
"atlassian": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "mcp-remote", "https://mcp.atlassian.com/v1/sse"]
|
|
},
|
|
"notion": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "mcp-remote", "https://mcp.notion.com/mcp"]
|
|
}
|
|
}
|
|
} |