Claude Cowork integration
Claude Cowork talks to knomit through the same stdio MCP bridge that every
other MCP client uses. There is no Cowork-specific code in knomit — you register
knomit-bridge as an MCP server in Cowork’s configuration, exactly as you would
for Claude Desktop.
Prerequisites
Section titled “Prerequisites”- A running knomit server. The simplest path is the
desktop app (
Knomit.app/knomit-desktop), which boots the server on a looknomitck port and writes theserver.jsonlockfile the bridge uses to discover it. A bareknomit serveonlocalhost:19278works too. - The
knomit-bridgebinary on disk. The macOS app symlinks it into~/binon launch; otherwise point at the built binary.
Configure Cowork
Section titled “Configure Cowork”Add knomit-bridge as an MCP server in the Claude Cowork config file (see
Cowork’s own documentation for the exact config-file location and schema). The
entry mirrors a Claude Desktop server:
{ "mcpServers": { "knomit": { "command": "/Users/<you>/bin/knomit-bridge" } }}Optional arguments select a different repo or profile:
{ "mcpServers": { "knomit": { "command": "/Users/<you>/bin/knomit-bridge", "args": ["--repo", "trunk", "--profile", "chat"] } }}--repodefaults totrunk;--profiledefaults tocode. For a conversational Cowork surface,chatis usually the better profile.- If the server is not on the default port and the lockfile isn’t found, pass the
base URL as a positional argument (or set
KNOMIT_BASE_URL), e.g."args": ["http://localhost:19278"].
Once registered, Cowork sees the seven knomit MCP tools — see MCP tools.