Skip to content
Cursor

neural mcp for Cursor

io.github.andylbrummer/neural-mcp

GPU-accelerated MCP server for neural network training, deep learning, and model experimentation

client:Cursor transport:stdio runtime:pypi

Install neural mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "neural-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "scicomp-neural-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

neural mcp in other clients