MCP Server
MCP
io.github.idjohnson/vikunjamcp
An MCP server that provides access to Vikunja, a self-hosted task management solution.
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