Git-Like Memory Branching for Engineering & Infrastructure Agents
Power autonomous coding agents, incident runbook automation, and SOC threat hunting with ClawDB state branching, AST indexing, and sub-millisecond memory execution.
Explore Software Engineering & IT Agent Tutorials
Software Engineering Agents
Engineering agents function as autonomous developers that write code, spin up browsers to read documentation, fix bugs, and audit security loops directly via terminal lines or IDE sidebars.
For Claude Code CLI: Run `claude mcp add clawdb npx @clawdb/mcp-adapter -- --api-key CLAWDB_API_KEY`.
For Cursor IDE: Go to Cursor Settings -> Features -> MCP Servers -> Add New MCP Server.
Enter Command: `npx -y @clawdb/mcp-adapter` with environment variable `CLAWDB_API_KEY=claw_sec_live_...`.
Claude Code and Cursor automatically query codebase AST symbol graphs and persist session memories across restarts!
How to Integrate ClawDB Memory into Claude Code & Cursor IDE
Copy and paste this config file into your target tool (Claude Code & Cursor / Windsurf)
{
"mcpServers": {
"clawdb": {
"command": "npx",
"args": ["-y", "@clawdb/mcp-adapter", "--auto-index-repo"],
"env": {
"CLAWDB_API_KEY": "claw_sec_live_948201...",
"CLAWDB_ENABLE_BRANCHING": "true"
}
}
}
}Exact Installation & Enablement Steps:
- For Claude Code CLI: Run `claude mcp add clawdb npx @clawdb/mcp-adapter -- --api-key CLAWDB_API_KEY`.
- For Cursor IDE: Go to Cursor Settings -> Features -> MCP Servers -> Add New MCP Server.
- Enter Command: `npx -y @clawdb/mcp-adapter` with environment variable `CLAWDB_API_KEY=claw_sec_live_...`.
- Claude Code and Cursor automatically query codebase AST symbol graphs and persist session memories across restarts!
Give your AI agents permanent memory today.
Deploy in under 2 minutes. Free tier included forever.
Launch Studio Free →