Servers
Code Research MCP Server
@nahmanmate
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"code-research-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@nahmanmate/code-research-mcp-server",
"--client",
"claude"
]
}
}
}