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 connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 9 · #30 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

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.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…

v2.2.18 · 2026-08-11

Fixed · every child_process spawn was missing windowsHide, so the daemon (and any hook spawned by Claude Code/Cursor/Codex) flashed a visible console/terminal window constantly. Reported and first patched by @lnorton89…

v2.2.17 · 2026-08-07

Changed · Marketing site rebuilt on Astro and moved to the custom domain coldstartmcp.dev, off github.io. README.md, package.json (homepage), and server.json (websiteUrl, icon, docs link) now point at the new domain…

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 #30 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-23)
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-08-25, its last commit was 2026-08-23 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 · Cartograph · Token Save · Aperion Shield

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