ygfest/stack-over-mcp
The project is called "Stack Over MCP". Its purpose is to create an MCP server that gives an LLM a tool to search Stack Overflow. This will ground the LLM's answers in real-world solutions, help with debugging, and reduce hallucinations.
Platform-specific configuration:
{
"mcpServers": {
"stack-over-mcp": {
"command": "npx",
"args": [
"-y",
"stack-over-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...