MCP Reference
Worktable speaks MCP over HTTP and stdio.
http://localhost:7480/mcpUse HTTP for clients that support Streamable HTTP MCP servers.
{ "command": "worktable", "args": ["mcp", "stdio"]}Use stdio for local clients that launch MCP servers as subprocesses.
On a default loopback bind, local MCP can run without a token. When Worktable is made reachable from other machines, MCP requires a bearer token.