Back to Browse

Coldstart MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Codebase memory for AI agents: an AST index plus agent-written notes that self-stale.

About

Codebase memory for AI agents: an AST index plus agent-written notes that self-stale.

Security Report

5.2
Moderate5.2Moderate Risk

coldstart is a well-architected MCP server for codebase navigation and agent memory with strong security practices. The code is well-structured with appropriate permission scoping for its purpose (file indexing, navigation, notebook management). No authentication is required — which is appropriate for a local development tool — and no credential handling, exfiltration, or dangerous patterns were detected. Minor code quality observations around error handling and logging do not materially impact security. Supply chain analysis found 7 known vulnerabilities in dependencies (2 critical, 1 high severity). Package verification found 1 issue.

4 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

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

Reviews

No reviews yet

Be the first to review this server!