Skip to content
VS Code

tablestakes for VS Code

io.github.oborchers/tablestakes

Read and edit HTML/Markdown tables in GitBook-synced documents via MCP tools.

client:VS Code transport:stdio runtime:pypi

Install tablestakes in VS Code

.vscode/mcp.json

{
  "servers": {
    "tablestakes": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tablestakes"
      ]
    }
  }
}

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

tablestakes in other clients