Get
Started
Install, configure, and run your first structural pulse in under five minutes.
Clone and Build
Clone the repository and build the MCP server locally. Conducks runs as a local process — no cloud, no account.
$ git clone https://github.com/Conducks/conducks $ cd conducks/conducks $ npm install && npm run build
Configure MCP Client
Add the following to your MCP host config (Claude Desktop, Cursor, or any MCP-compatible client):
{
"mcpServers": {
"conducks": {
"command": "node",
"args": ["/absolute/path/to/conducks/conducks/build/index.js"]
}
}
}Use the absolute path. The MCP protocol requires it to anchor the server correctly to your filesystem.
Run Your First Pulse
Navigate to any project and run the structural analysis. Conducks builds the Synapse graph, runs PageRank, and persists everything to a local DuckDB vault.
$ cd your-project $ conducks analyze # 9,230 nodes · 61,352 edges · ~9s $ conducks status # hotspots, entry points, god objects, staleness $ conducks mirror # real-time force-directed graph at localhost:3333
9 Unified MCP Tools
All agent interactions go through these tools. HyperToon registry loads tool descriptions live — updating your docs auto-updates agent understanding without a server restart.
CLI Reference
33 commands across 9 domains. Run conducks help for the full reference, grouped by domain.
