HomeProductivity › laver-mcp

laver-mcp

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

TypeScript Cloud macOSWindowsLinux
★ 0 stars Last pushed 2026-08-27 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.0)

npx -y @laver/mcp@0.5.0

Or add to your MCP client config:

{
  "mcpServers": {
    "laver-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@laver/mcp@0.5.0"
      ],
      "env": {
        "LAVER_API_KEY": "<YOUR_VALUE>",
        "LAVER_API_KEY_FILE": "<YOUR_VALUE>",
        "LAVER_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • LAVER_API_KEY required secret — A 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.
  • LAVER_API_KEY_FILE — Alternative to LAVER_API_KEY: a path to a file holding nothing but the key, or a .env-style file carrying a LAVER_API_KEY= line. Use this to keep the key out of your client's config file.
  • LAVER_API_URL — Overrides the API host. Defaults to https://api.laver.app, and must be https except for localhost.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry