Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

search_stackoverflow

Efficiently search Stack Overflow for programming questions and answers. Specify queries, tags, and filters to find relevant solutions for your coding challenges using Open Search MCP.

Instructions

Search Stack Overflow questions and answers

Input Schema

NameRequiredDescriptionDefault
answeredNoFilter for answered questions only
maxResultsNoMaximum number of questions to return (1-100)
queryYesSearch query for Stack Overflow (e.g., "javascript async await", "python pandas", "react hooks")
sortNoSort order: relevance, votes, activity, creationrelevance
tagsNoProgramming language or technology tags (e.g., ["javascript", "react", "nodejs"])

Input Schema (JSON Schema)

{ "properties": { "answered": { "default": false, "description": "Filter for answered questions only", "type": "boolean" }, "maxResults": { "default": 10, "description": "Maximum number of questions to return (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "Search query for Stack Overflow (e.g., \"javascript async await\", \"python pandas\", \"react hooks\")", "type": "string" }, "sort": { "default": "relevance", "description": "Sort order: relevance, votes, activity, creation", "enum": [ "relevance", "votes", "activity", "creation" ], "type": "string" }, "tags": { "description": "Programming language or technology tags (e.g., [\"javascript\", \"react\", \"nodejs\"])", "items": { "type": "string" }, "type": "array" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/flyanima/open-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server