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
- repository
- github.com/akashgoenka/coldstart
- website
- https://coldstartmcp.dev/
- 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
Alternatives to Coldstart
Maintained coding agent servers if Coldstart isn't the fit.
- Serena A powerful toolkit for coding, providing semantic retrieval and editing capabilities. ★ 29,556 · 2026-09-17
- Desktop Commander MCP server for terminal commands, file operations, and process management ★ 9,633 · 2026-09-17
- Ouroboros Pins an acceptance spec; the verify command and expected output never enter the success contract. ★ 6,016 · 2026-09-15
- Socraticode MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs. ★ 3,312 · 2026-09-17
- Omnara Deploy durable AI agents with Omnara, an open-source managed-agent platform. ★ 2,858 · 2026-09-18
- Docs Search and read Empryo's documentation. Read-only, no auth, no local access. ★ 1,246 · 2026-09-17
Pairs well with
Servers that cover what Coldstart doesn't - only shown when the pairing reason fits the companion.
- Context7 → documentation companion documentation · ★ 62,152
- GitLab MCP → documentation companion documentation · ★ 1,984
- Xcode Build MCP → developer tools companion developer tools · ★ 6,397
- Sentry MCP → developer tools companion developer tools · ★ 855
- Server Filesystem → filesystem companion filesystem · ★ 39,038
- Pdf MCP → filesystem companion filesystem · ★ 135
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