← Back to Plugins
MCP Server MCP

Kelvia

github By github 👁 1 views ▲ 0 votes

Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.kelvia.app/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "kelvia-mcp",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Kelvia agent key (create one in Kelvia → Profile → Agents)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "KELVIA_API_TOKEN"
        },
        {
          "description": "Kelvia API base URL",
          "format": "string",
          "default": "https://api.kelvia.app/api",
          "name": "KELVIA_API_URL"
        },
        {
          "description": "Comma-separated toolsets to enable: boards, tasks, comments, stages, members, planner, tags. Defaults to all.",
          "format": "string",
          "name": "KELVIA_TOOLSETS"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...