Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Coldstart
Coldstart logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 6:32:37 PM

Coldstart

User RatingsBe the first to rate and review this MCP server!
View Repository9 GitHub StarsTotal stargazers on GitHub for the source repository (9 stars).Visit Website
developer-toolscode-navigationknowledge-managementcoding-agents

Maintains repo-local code knowledge and deterministic AST navigation for AI coding agents without embeddings or API keys.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON ▾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for AkashGoenka/coldstart, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

AkashGoenka/coldstart MCP server combines a repo-local notebook with deterministic code navigation for AI coding agents. It indexes file paths, symbols, exports, and import or call relationships, while storing anchored Markdown notes whose freshness is checked against content hashes. Use it when agents repeatedly rediscover repository structure or lose context between sessions, especially with Claude Code, Codex, or Cursor. Node.js 18 or newer is required, and the MCP experience is optional alongside the primary CLI workflow.

Use cases

•Index a repository for deterministic file and symbol lookup
•Store agent-written architectural notes alongside code
•Recall relevant repository knowledge at prompt time
•Flag notes whose referenced code has changed
•Surface files that commonly change together

Key features

•Deterministic AST-based navigation
•Repo-local Markdown notebook
•Content-hash freshness checks
•Import and call graph indexing
•Client-specific hooks and wiring
•No embeddings or API key

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Coldstart.

Extracted Tool Capabilities
Deterministic AST-based navigation
Repo-local Markdown notebook
Content-hash freshness checks
Import and call graph indexing
Client-specific hooks and wiring
No embeddings or API key

How Coldstart works

What AkashGoenka/coldstart MCP server does

AkashGoenka/coldstart MCP server gives coding agents two repository-local sources of context: a static navigation index and a durable notebook. The index helps answer which files are relevant to a task by examining paths, symbol names, exports, and import or call relationships. It is deterministic and does not depend on embeddings, a hosted service, or a model running locally.

The notebook stores agent-written Markdown under .coldstart/notebook/. Notes can describe a file, explain a multi-file flow, or record a lesson such as a bug cause, invariant, rule, or confirmed absence. Each note includes file and symbol anchors. When the indexed evidence changes, the note can be marked stale rather than presented as current knowledge. Because the notes live in the repository, they can be committed and reviewed with the code.

How it works

Run coldstart init from a project to create the guidance, notebook structure, client wiring, and background index warm-up. Initialization asks which experience to use—cli or mcp—and which supported client configuration to update. The client is selected explicitly rather than detected automatically.

Navigation is exposed through commands such as coldstart find and coldstart gs. Notebook operations include searching notes, looking up an exact file or symbol, writing through a deduplication gate, committing notes to Git, viewing the notebook in a single-file HTML browser, and checking or repairing notebook state. Search results can include summaries and a freshness indicator when the referenced file is unchanged from the version used to verify the summary.

For Claude Code, Codex, and Cursor, initialization can add prompt recall and task-end capture hooks. It also adds navigation-related hooks, including a nudge after tool use and a guard against repeated find lookups. An advisory “Edited together” signal can identify files that commonly change alongside recently edited files according to Git history.

Setup and configuration

Install the package globally with Node.js 18 or newer:

Terminal
npm install -g @cstart/coldstart
cd your-project
coldstart init

The --experience and --client options can avoid the interactive questions. Claude Code receives an imported coldstart.md and merged entries in .claude/settings.json; Codex receives an inline block in AGENTS.md and hook configuration in .codex/hooks.json; Cursor receives .cursor/rules/coldstart.mdc and .cursor/hooks.json. Selecting the MCP experience also writes the corresponding MCP configuration for these clients. Other clients receive coldstart.md and printed wiring directions.

AkashGoenka/coldstart MCP server can be upgraded by installing the latest global package and running coldstart init again in each repository. coldstart unwire removes its wiring while keeping the notebook by default; coldstart unwire --purge also removes the notebook and its Git plumbing.

Limitations and notes

The project is designed for codebase context rather than general-purpose semantic retrieval. Its navigation uses static indexing and checkable relationships, not similarity scores. Notes are only as reliable as their anchors and freshness state, so stale or repair-needed entries may require review. The provided material documents direct support for Claude Code, Codex, and Cursor; it does not identify Claude Desktop, Windsurf, or Cline as supported clients.

The package was renamed from coldstart-mcp to @cstart/coldstart at version 2.0.0. The older binary remains as an alias for existing MCP configurations, but the CLI is the primary interface.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ★ Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Codebase Memory MCP logoCodebase Memory MCP

    Code-intelligence engine that indexes a repo into a persistent knowledge graph — functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, 99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. npx codebase-memory-mcp

    🧠 Knowledge & Memory7 views
    Compare vs Codebase Memory MCP →
  • Kage logoKage

    Verified, git-native memory for coding agents. Memory is plain JSON packets committed in your repo, each checked against the code it cites — hallucinated citations rejected at write, stale or changed memory withheld at recall, plus diff-time stale-catch. Local-only (BM25 + vectors), no account, no API key. npx -y @kage-core/kage-graph-mcp install

    🧠 Knowledge & Memory3 views
    Compare vs Kage →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
9
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Coldstart

Install Node.js 18 or newer, run `npm install -g @cstart/coldstart`, change to the project directory, and run `coldstart init`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewColdstart AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/akashgoenka-coldstart?style=directory)](https://allmcps.com/mcp/akashgoenka-coldstart)
HTML Embed
<a href="https://allmcps.com/mcp/akashgoenka-coldstart"><img src="https://allmcps.com/api/badge/akashgoenka-coldstart?style=directory" alt="Coldstart on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand ▾
AuthNo auth required
LicenseMIT
ClientsCursor
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars9
GitHub Star CountTotal stargazers on GitHub representing community popularity (9 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 10, 2026
47Quality signal: Fair · 47/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools21/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Coldstart →Install in Claude DesktopInstall in CursorInstall in VS Code