43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
|
|
"name": "io.github.idjohnson/vikunjamcp",
|
|
"description": "An MCP server that provides access to Vikunja, a self-hosted task management solution.",
|
|
"repository": {
|
|
"url": "https://github.com/idjohnson/vikunjamcp",
|
|
"source": "git"
|
|
},
|
|
"version": "1.0.26",
|
|
"packages": [
|
|
{
|
|
"registryType": "oci",
|
|
"identifier": "docker.io/idjohnson/vikunjamcp:0.26",
|
|
"transport": {
|
|
"type": "stdio"
|
|
},
|
|
"environmentVariables": [
|
|
{
|
|
"description": "URL to the Vikunja Instance",
|
|
"isRequired": true,
|
|
"format": "string",
|
|
"isSecret": false,
|
|
"name": "VIKUNJA_URL"
|
|
},
|
|
{
|
|
"description": "Username to use with the Vikunja Instance",
|
|
"isRequired": true,
|
|
"format": "string",
|
|
"isSecret": false,
|
|
"name": "VIKUNJA_USERNAME"
|
|
},
|
|
{
|
|
"description": "Password for user in the Vikunja Instance",
|
|
"isRequired": true,
|
|
"format": "string",
|
|
"isSecret": true,
|
|
"name": "VIKUNJA_PASSWORD"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|