Code Research MCP ServerServer

nahmanmate
GitHub
programmingdocumentationcode search

Loading subscription status...

💡 Description

A Model Context Protocol server that provides tools to search and access programming resources across multiple platforms. This server integrates with popular development platforms to help Large Language Models (LLMs) find relevant code examples, documentation, and packages.

📝 JSON Entries

{
  "mcpServers": [
    {
      "code-research": {
        "env": {
          "GITHUB_TOKEN": "your_github_token"
        },
        "args": [
          "/absolute/path/to/code-research-mcp-server/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

search_stackoverflowsearch_mdnsearch_githubsearch_npmsearch_pypisearch_all

Features

  • Integrates with Stack Overflow, MDN Web Docs, GitHub, npm, and PyPI
  • Cache results for improved performance
  • Error handling and monitoring tools available

💬 Example Queries

  • Search for programming questions and answers on Stack Overflow
  • Find web development documentation on MDN Web Docs
  • Search for JavaScript packages in npm