DidWork for Grok
sh.didwork/didwork
Verify that an agent's claimed outcome actually happened, using independently gathered evidence
client:Grok
transport:stdio
runtime:npm
Install DidWork in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"didwork": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@didwork/mcp"
],
"env": {
"DIDWORK_API_KEY": "<DIDWORK_API_KEY>",
"DIDWORK_BASE_URL": "<DIDWORK_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs