Skip to content
Cursor

tablestakes for Cursor

io.github.oborchers/tablestakes

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

client:Cursor transport:stdio runtime:pypi

Install tablestakes in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tablestakes in other clients