Skip to content
VS Code

Hex Research for VS Code

io.github.levnikolaevich/hex-research-mcp

Research graph MCP for hypotheses, goals, runs, source quality, audits, and generated maps.

client:VS Code transport:stdio runtime:npm

Install Hex Research in VS Code

.vscode/mcp.json

{
  "servers": {
    "hex-research-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@levnikolaevich/hex-research-mcp"
      ]
    }
  }
}

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

Hex Research in other clients