Coldstart MCP Server

Self-maintaining codebase knowledge for AI coding agents. Agent-written notes that stay anchored to your code - plus fast, deterministic navigation - so Claude Code, Codex, and Cursor stop rediscovering the repo every session. It runs locally over stdio via the published package.

People who work with ast, code intelligence and tree sitter and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-13 · ★ 10 · #37 OF 229 MAINTAINED CODING AGENT · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Coldstart

Claude Code

claude mcp add akashgoenka-coldstart -- npx -y @cstart/coldstart

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "akashgoenka-coldstart": {
      "command": "npx",
      "args": [
        "-y",
        "@cstart/coldstart"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @cstart/coldstart - the @cstart scope differs from the repo owner (akashgoenka); confirm it's the project's official package

registry namespace io.github.AkashGoenka is GitHub-verified and matches the repo owner

03 · What Coldstart can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

1. It's a routing layer plus an agent-written notebook - no semantic analysis or generated code summaries. This is deliberate: the consuming agent is the semantic layer (see PHILOSOPHY.md). 2. gs callers are one-hop and file-scoped. Member-expression calls (this.method(), api.method()) aren't cross-file resolved; named function/constant calls are. Chase further hops by calling gs on the caller files. 3. Dynamic/compu

Latest releases

v2.3.2 · 2026-08-31

Fixes an index build that could hang forever on a single file, and makes that whole class of failure diagnosable. · Fixed · An index build could hang forever on a single file, with no error and no way to tell which…

v2.3.1 · 2026-08-25

v2.3.1 · A correctness release. If you use coldstart on Windows, none of the hook layer has ever · worked for you - this fixes that. Everyone gets a fix for the stall that made find and · gs feel slow on large repos…

v2.3.0 · 2026-08-23

Two new ways to see your codebase, and a notebook graph that finally connects. · gs now reads your git history · gs gains an Edited together section: the files that keep changing in the same commits as the one you…

04 · Who maintains Coldstart

coldstart is maintained by akashgoenka. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
coding agent - ranked #37 of 229 actively-maintained coding agent servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-08-31)
registry
io.github.AkashGoenka/coldstart (active, first published 2026-07-23 · 6 versions)
packages
npm:@cstart/coldstart

06 · Coldstart FAQ

What is Coldstart?

Self-maintaining codebase knowledge for AI coding agents. Agent-written notes that stay anchored to your code - plus fast, deterministic navigation - so Claude Code, Codex, and Cursor stop rediscovering the repo every session. It runs locally over stdio via the published package.

Is Coldstart still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-13 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Coldstart?

Run `npx -y @cstart/coldstart`. You can also paste the ready-made client config above.

Does Coldstart run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Coldstart

More coding agent MCP servers · Palace · Anima MCP Server · Sonde · Cartograph · Token Save

More TypeScript MCP servers · India Regulatory MCP · India Stock MCP · Android Security Analyzer · Appstoreconnect MCP · Typesense Kit · see all