Skip to content
VS Code

dwarffortress mcp for VS Code

io.github.mrfentmen/dwarffortress-mcp

Use this MCP server to the Dwarf Fortress wiki, !!FUN!! knowledge about the most complex game...

client:VS Code transport:stdio runtime:npm

Install dwarffortress mcp in VS Code

.vscode/mcp.json

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

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

dwarffortress mcp in other clients