diff --git a/servers/index.json b/servers/index.json index 3d14dbe..29f854b 100644 --- a/servers/index.json +++ b/servers/index.json @@ -45,6 +45,7 @@ "aws-documentation", "select-star", "sonarqube", + "stack-overflow", "ms-learn-docs", "stripe", "paypal", diff --git a/servers/stack-overflow/icon.svg b/servers/stack-overflow/icon.svg new file mode 100644 index 0000000..9b8bd02 --- /dev/null +++ b/servers/stack-overflow/icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/servers/stack-overflow/server.json b/servers/stack-overflow/server.json new file mode 100644 index 0000000..608aca4 --- /dev/null +++ b/servers/stack-overflow/server.json @@ -0,0 +1,11 @@ +{ + "name": "StackOverflow", + "description": "Access Stack Overflow's trusted and verified technical questions and answers", + "transport": ["stdio"], + "icon": "./icon.svg", + "oauth": true, + "config": { + "command": "npx", + "args": ["mcp-remote", "mcp.stackoverflow.com"] + } +}