🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

agentmako

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentmako

Agentmako is a local project intelligence CLI and MCP server for codebases and databases, with repo-aware indexing, schema snapshots, and secure live database connectivity.

latest
Source
npmnpm
Version
0.6.0
Version published
Weekly downloads
261
26.09%
Maintainers
1
Weekly downloads
 
Created
Source

agentmako

npm version agentmako MCP server

Agentmako is a local project intelligence CLI and MCP server for codebases and databases, with repo-aware indexing, schema snapshots, and secure live database connectivity.

Install

One-off run via npx (no global install needed):

npx agentmako connect

Or install globally:

npm install -g agentmako
agentmako connect

Get started

From inside a project you want to attach:

agentmako connect

connect walks you through:

  • Attaching the project and indexing its code and schema sources
  • Optionally connecting a live database — interactive mode captures the URL with hidden input and stores it in your OS keychain
  • Testing the connection and auto-discovering all non-system schemas
  • Refreshing the local schema snapshot from the live database
  • Printing a final status block with next steps

Day-to-day commands

agentmako --version  # print CLI version
agentmako status     # project state, schema snapshot, db binding
agentmako verify     # compare local snapshot against the live db (uses saved scope)
agentmako refresh    # refresh the local snapshot from the live db (uses saved scope)

Advanced substrate commands are still available under agentmako project … for scripting and debugging.

Flags worth knowing

  • --no-db — skip the live database step
  • --db-env <VAR> — non-interactive / CI; reads the DB URL from env var, binds as env_var_ref
  • --keychain-from-env <VAR> — non-interactive / CI; reads the DB URL from env var, stores in OS keychain
  • --schemas a,b — override auto-discovered schema scope
  • --yes — skip interactive prompts
  • --json — machine-readable output on every command

More

The agentmako CLI is one surface of the mako-ai project. For the full architecture, roadmap, and contributor docs, see the main repository.

Keywords

mcp

FAQs

Package last updated on 26 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts