Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"code-research": {
"env": {
"GITHUB_TOKEN": "your_github_token"
},
"args": [
"/absolute/path/to/code-research-mcp-server/build/index.js"
],
"command": "node",
"disabled": false,
"alwaysAllow": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol server that provides tools for searching and accessing programming resources across multiple platforms. This server integrates with popular developer platforms to help LLMs find relevant code examples, documentation, and packages.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@nahmanmate/code-research-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @nahmanmate/code-research-mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / search
Web and local search using Brave Search API
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Production ready MCP server with real-time search, extract, map & crawl.
MCP Security Weekly
Get CVE alerts and security updates for Code Research Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol server that provides tools for searching and accessing programming resources across multiple platforms. This server integrates with popular developer platforms to help LLMs find relevant code examples, documentation, and packages.
search_stackoverflowSearch Stack Overflow for programming questions and answers.
query (required): Search query stringlimit (optional): Maximum results (1-10, default: 5)search_mdnSearch MDN Web Docs for web development documentation.
query (required): Search query stringsearch_githubSearch GitHub for both repositories and code examples.
query (required): Search query stringlanguage (optional): Filter by programming languagelimit (optional): Maximum results per category (1-10, default: 5)search_npmSearch npm registry for JavaScript packages.
query (required): Search query stringlimit (optional): Maximum results (1-10, default: 5)search_pypiSearch PyPI for Python packages.
query (required): Search query stringsearch_allSearch all platforms simultaneously for comprehensive results.
query (required): Search query stringlimit (optional): Maximum results per platform (1-5, default: 3)To install Code Research Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @nahmanmate/code-research-mcp-server --client claude
git clone https://github.com/nahmanmate/code-research-mcp-server.git
cd code-research-server
npm install
npm run build
Add the server configuration to your MCP settings file:
~/.vscode-server/data/User/globalStorage/rooveterinaryinc.roo-cline/settings/cline_mcp_settings.json~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.json{
"mcpServers": {
"code-research": {
"command": "node",
"args": ["/absolute/path/to/code-research-mcp-server/build/index.js"],
"env": {
"GITHUB_
... [View full README on GitHub](https://github.com/nahmanmate/code-research-mcp-server#readme)