nahmanmate_code-research-mcp-server
0
The Code Research MCP Server is a Model Context Protocol server designed to search and access programming resources across various platforms. It aids developers by integrating with sites like GitHub, npm, and Stack Overflow to find code examples and documentation efficiently.
Code Research MCP Server
A Model Context Protocol server that integrates with popular developer platforms to assist in locating relevant code examples, documentation, and packages. It includes:
Features
Integrated Platforms
- Stack Overflow
- MDN Web Docs
- GitHub
- npm
- PyPI
Tools
- Search for programming questions on Stack Overflow.
- Search MDN Web Docs for documentation.
- Search GitHub for repositories and code examples.
- Search the npm registry for JavaScript packages.
- Search PyPI for Python packages.
- Search all platforms simultaneously.
Requirements
- Node.js >= 20.11.0
- npm >= 10.0.0
Installation
- Install via Smithery
- Manual Installation: Clone the repository, build the server, and configure MCP settings.
Development
- Running in Development Mode
- Error Handling
- Debugging with MCP Inspector
- Caching using
node-cache
Contributing
- Fork, create a branch, commit, push, and create a Pull Request.
License
AGPLv3