vikunja-mcp
by crosbyh
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TZ | No | Timezone for due-date input/display | |
| HOST | No | Bind address (default 0.0.0.0) | |
| PORT | No | Port (default 8000) | |
| MCP_PATH | No | Path (default /mcp) | |
| VIKUNJA_URL | No | Vikunja base URL, e.g. https://tasks.example.com | |
| CONSENT_MODE | No | external, true, remember, false (default external) | |
| FASTMCP_HOME | No | OAuth client-registration storage (default /data in Docker) | |
| MCP_BASE_URL | No | Public URL of this server (required if using GitHub OAuth auth) | |
| GITHUB_CLIENT_ID | No | GitHub OAuth app client ID (required for auth) | |
| VIKUNJA_API_TOKEN | No | API token (or use VIKUNJA_API_TOKEN_FILE) | |
| ALLOWED_GITHUB_USERS | No | Comma-separated GitHub logins allowed in | |
| GITHUB_CLIENT_SECRET | No | GitHub OAuth app client secret (required for auth) | |
| VIKUNJA_API_TOKEN_FILE | No | Path to a file containing the API token | |
| VIKUNJA_DEFAULT_PROJECT | No | Default project title or id (default Inbox) | |
| ALLOWED_CLIENT_REDIRECT_URIS | No | Redirect-URI patterns clients may register (default claude.ai callback + localhost) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/crosbyh/vikunja-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server