代码研究 MCP 服务器

代码研究 MCP 服务器

一个集成了多个开发者平台的 Model Context Protocol 服务器,用于搜索和访问编程资源。

快速入门

安装

  1. 使用 Smithery 自动安装: 运行以下命令: npx -y @smithery/cli install @nahmanmate/code-research-mcp-server --client claude
  2. 手动安装: 克隆仓库并安装依赖: git clone https://github.com/nahmanmate/code-research-mcp-server.git cd code-research-server npm install 构建服务器: npm run build
  3. 配置 MCP 设置文件。

使用

  • 启动开发模式:npm run watch
  • 调试工具:npm run inspector

支持的功能包括 Stack Overflow、GitHub、MDN 等多平台搜索。