Connect Your Agent
Worktable exposes an MCP endpoint at http://localhost:7480/mcp.
For Claude Code:
claude mcp add --transport http worktable http://localhost:7480/mcpFor other MCP clients, add an HTTP MCP server pointing to:
http://localhost:7480/mcpLocal stdio MCP
Section titled “Local stdio MCP”If your agent prefers stdio, use the installed CLI:
{ "mcpServers": { "worktable": { "command": "worktable", "args": ["mcp", "stdio"] } }}Introduce the workspace
Section titled “Introduce the workspace”Add a short instruction to your agent:
You have a Worktable workspace. Call worktable_state first to orient, then use Worktable docs, widgets, records, and annotations for durable work.