24 lines
491 B
JSON
24 lines
491 B
JSON
{
|
|
"mcpServers": {
|
|
"github": {
|
|
"type": "http",
|
|
"url": "https://api.githubcopilot.com/mcp"
|
|
},
|
|
"atlassian": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "mcp-remote@0.1.13", "https://mcp.atlassian.com/v1/mcp"]
|
|
},
|
|
"docker": {
|
|
"type": "stdio",
|
|
"command": "uvx",
|
|
"args": ["mcp-server-docker"]
|
|
},
|
|
"ddg-search": {
|
|
"type": "stdio",
|
|
"command": "uvx",
|
|
"args": ["duckduckgo-mcp-server"]
|
|
},
|
|
}
|
|
}
|