Odel
laver mcp

laver mcp

Local
@developynJavaScriptMITUpdated 1w ago

Kanban boards, sprints, tickets and a team wiki, with versioned writes for concurrent agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@laver/mcpv0.5.0

Run

npx -y @laver/mcp

MCP client config

{
  "mcpServers": {
    "laver-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@laver/mcp"
      ]
    }
  }
}