Skip to content

v0.2.0

Latest

Choose a tag to compare

@melvyn-developyn melvyn-developyn released this 14 Aug 00:52
· 6 commits to main since this release

Mirror of @laver/mcp 0.2.0 as published on npm.

An MCP server for Laver — kanban boards, sprints, tickets, comments, attachments and a team wiki, exposed as 29 tools over stdio.

Install

npx -y @laver/mcp

Set LAVER_API_KEY for any tool that calls the API; initialize and tools/list answer without one, so a client can introspect the server before it holds a credential.

Docker

docker build -t laver-mcp .
docker run -i --rm -e LAVER_API_KEY=... laver-mcp

Writes are versioned: every mutating tool takes the version from a preceding read, so two agents working the same board get a 409 to re-read and retry rather than silently overwriting each other.