Skip to content
Zed

neural mcp for Zed

io.github.andylbrummer/neural-mcp

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

client:Zed transport:stdio runtime:pypi

Install neural mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "neural-mcp": {
      "command": "uvx",
      "args": [
        "scicomp-neural-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

neural mcp in other clients