Code Research MCP Server
by nahmanmate
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GITHUB_TOKEN | No | Optional GitHub personal access token to prevent rate limiting. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |