← Back to Plugins
MCP Server MCP

io.github.idjohnson/vikunjamcp

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

An MCP server that provides access to Vikunja, a self-hosted task management solution.

Verified source

Install

oci:docker.io/idjohnson/vikunjamcp:0.26

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/idjohnson/vikunjamcp:0.26",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL to the Vikunja Instance",
          "isRequired": true,
          "format": "string",
          "name": "VIKUNJA_URL"
        },
        {
          "description": "Username to use with the Vikunja Instance",
          "isRequired": true,
          "format": "string",
          "name": "VIKUNJA_USERNAME"
        },
        {
          "description": "Password for user in the Vikunja Instance",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "VIKUNJA_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...