Stack Exchange MCP Server provides a bridge between AI assistants and Stack Exchange sites like StackOverflow, enabling search and retrieval of questions, answers, and tags. The server implements caching to reduce API calls, formats content for LLM consumption, and handles rate limiting to stay within Stack Exchange API constraints. It exposes endpoints for searching questions, retrieving question details with answers, listing available Stack Exchange sites, and fetching popular tags, making it valuable for developers seeking programming help or technical information without leaving their AI assistant interface.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Search for questions on Stack Overflow. Parameters: query (string), filters (optional)
Get answers for a specific question. Parameters: question_id (integer)
Fetch comments on a specific post. Parameters: post_id (integer)
Browse and search tags on Stack Overflow. Parameters: query (string), filters (optional)
Retrieve information about a specific user. Parameters: user_id (integer)
Post a new question to Stack Overflow. Parameters: title (string), body (string), tags (array of strings)
Submit an answer to a specific question. Parameters: question_id (integer), body (string)
Add a comment to a specific post. Parameters: post_id (integer), body (string)
Edit an existing post on Stack Overflow. Parameters: post_id (integer), body (string)