Skip to content
VS Code

neural mcp for VS Code

io.github.andylbrummer/neural-mcp

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

client:VS Code transport:stdio runtime:pypi

Install neural mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

neural mcp in other clients