Skip to main content
The NeuralCleave MCP server implements Model Context Protocol over stdio (JSON-RPC 2.0). Once spawned, external MCP clients (Claude Desktop, Cursor, VS Code extensions) can call NeuralCleave’s registered tools directly.

POST /mcp/spawn

Start the MCP stdio server subprocess.
Calling this endpoint when the server is already running returns "already_running": true without starting a second process.

GET /mcp/status

Check whether the MCP server is running.

DELETE /mcp/server

Stop the MCP stdio server.

MCP protocol

The stdio server implements MCP protocol version 2024-11-05: Notifications (requests without an id) are silently ignored per the MCP spec.

Claude Desktop integration

Add to ~/.config/claude/config.json:
Restart Claude Desktop. NeuralCleave tools appear in the tool panel.

Cursor integration

Add to .cursor/mcp.json in your project root: