Loading MCP server directory, please wait...
Kanban boards, sprints, tickets and a team wiki, with versioned writes for concurrent agents.
npx @getmcp/cli add io.github.Developyn/laver-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
LAVER_API_KEYA workspace-scoped API key, created in Laver under Admin → API keys. It acts as the person who created it, so it holds exactly their access and can be revoked without touching their account. Supply this or LAVER_API_KEY_FILE.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Developyn/laver-mcp": {
"command": "npx",
"args": [
"-y",
"@laver/mcp"
],
"env": {
"LAVER_API_KEY": "",
"LAVER_API_KEY_FILE": "",
"LAVER_API_URL": "https://api.laver.app"
}
}
}
}