27 lines
882 B
Markdown
27 lines
882 B
Markdown
# Vikunja MCP Server
|
|
|
|
This is a Gemini CLI extension that provides a simple MCP server for interacting with a [Vikunja](https://vikunja.io/) instance.
|
|
|
|
## Installation
|
|
|
|
To install this extension for the Gemini CLI, run the following command:
|
|
|
|
```bash
|
|
gemini extensions install https://forgejo.freshbrewed.science/builderadmin/vikunjamcp
|
|
```
|
|
|
|
## Docker Images
|
|
|
|
The Docker image for this server is available from the following registries:
|
|
|
|
* **Harbor:** `harbor.freshbrewed.science/library/vikunjamcp`
|
|
* **Docker Hub:** `idjohnson/vikunjamcp`
|
|
|
|
## API Documentation
|
|
|
|
This server interacts with the Vikunja API. You can find the official API documentation at [https://vikunja.io/docs/api-documentation/](https://vikunja.io/docs/api-documentation/).
|
|
|
|
## Blog
|
|
|
|
You can find more information and related articles on our blog: [https://freshbrewed.science](https://freshbrewed.science)
|