code-research-mcp-server
The Code Research MCP Server is designed to provide comprehensive programming resource access, integrating with key developer platforms. It offers tools to search across Stack Overflow, MDN Web Docs, GitHub, npm, and PyPI, facilitating efficient retrieval of code examples and documentation. It is developed under the AGPLv3 license.
What platforms does the Code Research MCP Server integrate with?
It integrates with Stack Overflow, MDN Web Docs, GitHub, npm, and PyPI.
How does the server handle API rate limits?
The server uses caching to reduce API load and supports the use of a GitHub personal access token to prevent rate limiting.
Can I search all platforms at once?
Yes, the search_all
tool allows you to search all integrated platforms simultaneously.
What are the system requirements for running the server?
You need Node.js >= 20.11.0 and npm >= 10.0.0.
How can I contribute to the project?
You can contribute by forking the repository, creating a feature branch, committing your changes, and submitting a pull request.