GH OSS Repo file
CICD / Explore-Gitea-Actions (push) Successful in 34s Details

This commit is contained in:
Isaac Johnson 2025-10-14 12:50:55 -05:00
parent 0927000853
commit efea12640b
1 changed files with 42 additions and 0 deletions

42
server.json Normal file
View File

@ -0,0 +1,42 @@
{
"$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.25",
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/idjohnson/vikunjamcp:0.25",
"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"
}
]
}
]
}