Documentation
Everything you need to integrate NeuralDiff into your workflow.
Getting Started
Install the daemon and run your first QA session
API Reference
Daemon HTTP API endpoints and MCP tools
SDK Reference
NeuroSpec client, React hooks, and Vue hooks
Configuration
Auth config, test personas, watch mode, and CI/CD setup
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"]
}
}
}