laver mcp for Grok
io.github.developyn/laver-mcp
Kanban boards, sprints, tickets and a team wiki, with versioned writes for concurrent agents.
client:Grok
transport:stdio
runtime:npm
Install laver mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"laver-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@laver/mcp"
],
"env": {
"LAVER_API_KEY": "<LAVER_API_KEY>",
"LAVER_API_KEY_FILE": "<LAVER_API_KEY_FILE>",
"LAVER_API_URL": "<LAVER_API_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