Skip to main content
Glama

Code Research MCP Server

by nahmanmate

search_all

Search across multiple platforms including Stack Overflow, MDN, GitHub, npm, and PyPI for code examples and documentation. Specify a query and limit results per platform for efficient research.

Instructions

Search all platforms simultaneously

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum results per platform (1-5, default: 3)
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum results per platform (1-5, default: 3)", "maximum": 5, "minimum": 1, "type": "number" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Code Research MCP Server

Related Tools

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/nahmanmate/code-research-mcp-server'

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