autoresearch-mcp

ShreeMulay/autoresearch-mcp
★ 0 stars TypeScript 🗄️ Database Updated 1d ago
MCP server for autoresearch technique discovery and experiment tracking. Inspired by Karpathy's autoresearch.
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": {
    "autoresearch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ShreeMulay/autoresearch-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that brings Andrej Karpathy's autoresearch pattern to every AI coding session, with a composable technique catalog, experiment scaffolding, and SQLite + FTS5-backed tracking. Autoresearch is a simple but powerful pattern popularized by [Andrej Karpathy's autoresearch project](https://github.com/karpathy/autoresearch), a repository with 64,945 stars at the time of this release: give an AI agent a real experiment setup, let it modify code, prompts, or configs, run a fixed-time experi

Tools (13)

bunxevolutionaryget_experimentget_techniqueget_templatelist_experimentslog_resultlog_technique_outcomeregister_experimentscaffold_experimentsearch_techniquessuggest_techniqueupdate_experiment