nextcloud-tasks-mcp
by crosbyh
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address (default 0.0.0.0) | 0.0.0.0 |
| PORT | No | Port (default 8000) | 8000 |
| NC_URL | Yes | Nextcloud base URL, e.g. https://cloud.example.com | |
| NC_USER | Yes | Nextcloud login | |
| MCP_PATH | No | MCP endpoint path (default /mcp) | /mcp |
| CONSENT_MODE | No | OAuth consent mode: external (default), true, remember, or false | external |
| FASTMCP_HOME | No | Where OAuth client registrations persist (default /data in Docker) | /data |
| MCP_BASE_URL | No | Public URL of this server (required if using GitHub OAuth) | |
| NC_APP_PASSWORD | No | Nextcloud app password | |
| GITHUB_CLIENT_ID | No | GitHub OAuth app client ID | |
| ALLOWED_GITHUB_USERS | No | Comma-separated GitHub logins allowed to access | |
| GITHUB_CLIENT_SECRET | No | GitHub OAuth app client secret | |
| NC_APP_PASSWORD_FILE | No | Path to a file containing the Nextcloud app password | |
| GITHUB_CLIENT_ID_FILE | No | Path to a file containing the GitHub client ID | |
| NC_TASKS_DEFAULT_LIST | No | Default list slug/name (default tasks) | tasks |
| GITHUB_CLIENT_SECRET_FILE | No | Path to a file containing the GitHub client secret | |
| ALLOWED_CLIENT_REDIRECT_URIS | No | Redirect-URI patterns MCP clients may register (default: https://claude.ai/api/mcp/auth_callback,http://localhost:*,http://127.0.0.1:*) | https://claude.ai/api/mcp/auth_callback,http://localhost:*,http://127.0.0.1:* |
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/nextcloud-tasks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server