代码研究MCP服务器
一个集成多平台编程资源搜索的模型上下文协议服务器。
快速入门
- 安装Node.js >= 20.11.0和npm >= 10.0.0。
- 克隆仓库并安装依赖: git clone https://github.com/nahmanmate/code-research-mcp-server.git cd code-research-mcp-server npm install
- 构建服务器: npm run build
- 配置MCP设置文件,将服务器路径添加到配置中。
- 启动开发模式: npm run watch
- 使用调试工具监控请求: npm run inspector
支持的功能包括Stack Overflow、MDN、GitHub、npm和PyPI的综合搜索。