Skip to content
VS Code

NeKo Biological Network Builder for VS Code

io.github.marcorusc/neko

MCP server for biological network construction and analysis using pathway databases

client:VS Code transport:stdio runtime:pypi

Install NeKo Biological Network Builder in VS Code

.vscode/mcp.json

{
  "servers": {
    "neko": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-biomodelling-servers"
      ]
    }
  }
}

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

NeKo Biological Network Builder in other clients