Skip to content
Cursor

laver mcp for Cursor

io.github.developyn/laver-mcp

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

client:Cursor transport:stdio runtime:npm

Install laver mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "laver-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

laver mcp in other clients