A newer version of the Gradio SDK is available:
5.38.0
metadata
title: Stack Overflow MCP Server
emoji: π
colorFrom: orange
colorTo: purple
sdk: gradio
sdk_version: 5.33.1
app_file: app.py
pinned: false
license: mit
tags:
- mcp-server-track
Stack Overflow MCP Server π
A powerful Gradio app that serves as both a web interface and MCP (Model Context Protocol) server for Stack Overflow search capabilities.
π Features
- Web Interface: Interactive search with 5 specialized tabs
- MCP Server: Expose 5 MCP tools for AI assistants
- API Key Support: Add your Stack Exchange API key for higher quotas
- Real-time Search: Fast and accurate Stack Overflow searches
6-11 at 2.23.36β―AM.movβ¦]()
π§ MCP Integration
This app serves as an MCP server at the /gradio_api/mcp/sse
endpoint. Connect your AI assistant using:
{
"mcpServers": {
"stackoverflow": {
"url": "https://c44b366466c774a9d5.gradio.live/gradio_api/mcp/sse"
}
}
}
π― Available MCP Tools
- search_by_query_sync - General Stack Overflow search
- search_by_error_sync - Error-specific search
- get_question_sync - Get specific question by ID
- analyze_stack_trace_sync - Analyze stack traces
- advanced_search_sync - Advanced search with filters
π‘ Usage
- Web Interface: Use the tabs to search Stack Overflow
- MCP Server: Connect AI assistants to the MCP endpoint
- API Key: Add your Stack Exchange API key for 10,000 requests/day
Built with β€οΈ for the MCP Hackathon