stackoverflow-mcp-server
0
The Stack Overflow MCP Server allows AI to access and interact with Stack Overflow, enabling the retrieval of programming solutions and error handling. It offers advanced search capabilities and filters through an easy integration with AI frameworks like Claude.
uv
{ "mcpServers": { "stack-overflow": { "command": "uv", "args": [ "run", "-m", "stackoverflow_mcp" ], "env": { "STACK_EXCHANGE_API_KEY": "your_API_key" } } } }
uv
{ "mcpServers": { "stack-overflow": { "command": "uv", "args": [ "--directory", "/path/to/stackoverflow-mcp-server", "run", "main.py" ], "env": { "STACK_EXCHANGE_API_KEY": "your_api_key_here" } } } }