Local MCP server for developer knowledge retrieval — GitHub, arXiv, Stack Overflow, Reddit
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"archdruid": {
"command": "npx",
"args": [
"-y",
"Talos133/archdruid"
]
}
}
}
Run in terminal:
claude mcp add archdruid npx -y Talos133/archdruid
Add to .cursor/mcp.json:
{
"mcpServers": {
"archdruid": {
"command": "npx",
"args": [
"-y",
"Talos133/archdruid"
]
}
}
}