wyrd for Grok
com.wyrdmcp/wyrd
Exposes one granted folder to any AI client, read-only, behind a path-containment fence.
client:Grok
transport:stdio
runtime:npm
Install wyrd in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"wyrd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wyrd-mcp"
],
"env": {
"WYRD_GRANT": "<WYRD_GRANT>"
}
}
}
}
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