researcher

mareurs/researcher
★ 0 stars Rust 🤖 AI/LLM Updated 1mo ago
Fast AI research agent in Rust — local GPU or OpenAI, MCP server included
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "researcher": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "researcher"
      ]
    }
  }
}