Documentation

Everything you need to integrate NeuralDiff into your workflow.

Quick Install

$ npx @neuraldiff/daemon

That's it. The daemon starts on port 7878 with a built-in UI and MCP server. Configure your AI agent to connect:

{
  "mcpServers": {
    "neuraldiff": {
      "command": "npx",
      "args": ["@neuraldiff/daemon"]
    }
  }
}