Skip to content
VS Code

novai mcp server for VS Code

io.github.0x-devc/novai-mcp-server

Read-only MCP server for querying the live NOVAI blockchain over its public JSON-RPC endpoint.

client:VS Code transport:stdio runtime:npm

Install novai mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "novai-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "novai-mcp-server"
      ]
    }
  }
}

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

novai mcp server in other clients