Code Research MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENNoOptional GitHub personal access token to prevent rate limiting.

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_stackoverflow

Search Stack Overflow for programming questions and answers

search_mdn

Search MDN Web Docs for web development documentation

search_github

Search GitHub for repositories and code

search_npm

Search npm registry for JavaScript packages

search_pypi

Search PyPI for Python packages

search_all

Search all platforms simultaneously