laver mcp for Claude Desktop
io.github.developyn/laver-mcp
Kanban boards, sprints, tickets and a team wiki, with versioned writes for concurrent agents.
client:Claude Desktop
transport:stdio
runtime:npm
Install laver mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"laver-mcp": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs