MCP Server
MCP
io.github.Developyn/laver-mcp
Kanban boards, sprints, tickets and a team wiki, with versioned writes for concurrent agents.
Install
npx -y @laver/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@laver/mcp",
"version": "0.4.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LAVER_API_KEY"
},
{
"description": "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.",
"format": "filepath",
"name": "LAVER_API_KEY_FILE"
},
{
"description": "Overrides the API host. Defaults to https://api.laver.app, and must be https except for localhost.",
"format": "string",
"default": "https://api.laver.app",
"name": "LAVER_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment