{"id":44004957,"url":"https://github.com/elgorro/aiquila","last_synced_at":"2026-04-20T23:05:35.791Z","repository":{"id":330623270,"uuid":"1101224211","full_name":"elgorro/aiquila","owner":"elgorro","description":"Connect Claude AI to your Nextcloud via the Model Context Protocol. Browse, search, and manage files through natural conversation.","archived":false,"fork":false,"pushed_at":"2026-03-27T08:18:17.000Z","size":2455,"stargazers_count":11,"open_issues_count":52,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-27T08:36:14.128Z","etag":null,"topics":["ai","anthropic","claude","docker","hetzner","mcp","model-context-protocol","nextcloud","nextcloud-app","php","productivity","self-hosted","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elgorro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"elgorro","issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-11-21T11:20:12.000Z","updated_at":"2026-03-27T08:17:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/elgorro/aiquila","commit_stats":null,"previous_names":["elgorro/aiquila"],"tags_count":102,"template":false,"template_full_name":null,"purl":"pkg:github/elgorro/aiquila","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgorro%2Faiquila","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgorro%2Faiquila/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgorro%2Faiquila/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgorro%2Faiquila/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elgorro","download_url":"https://codeload.github.com/elgorro/aiquila/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgorro%2Faiquila/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","anthropic","claude","docker","hetzner","mcp","model-context-protocol","nextcloud","nextcloud-app","php","productivity","self-hosted","typescript"],"created_at":"2026-02-07T13:10:20.998Z","updated_at":"2026-04-20T23:05:35.769Z","avatar_url":"https://github.com/elgorro.png","language":"TypeScript","funding_links":["https://liberapay.com/elgorro"],"categories":[],"sub_categories":[],"readme":"# AIquila\n\nNextcloud + Claude AI Integration\n\n[![Nextcloud App Release](https://github.com/elgorro/aiquila/actions/workflows/nc-release.yml/badge.svg?branch=main)](https://github.com/elgorro/aiquila/actions/workflows/nc-release.yml)\n[![MCP Server Release](https://github.com/elgorro/aiquila/actions/workflows/mcp-release.yml/badge.svg?branch=main)](https://github.com/elgorro/aiquila/actions/workflows/mcp-release.yml)\n\n## What is AIquila?\n\nAIquila bridges your self-hosted Nextcloud instance with Claude AI. Instead of keeping your files, notes, tasks, and recipes locked inside Nextcloud — or copying them manually into a chat window — AIquila lets Claude read and write your Nextcloud data directly. You stay in control of your data on your own server; Claude gains the context it needs to actually help.\n\n## How it works\n\nAIquila has three components that can be used independently or together:\n\n**MCP Server** — A [Model Context Protocol](https://modelcontextprotocol.io) server that gives any MCP-compatible AI assistant secure access to your Nextcloud. Browse and manage files, read and create notes, handle tasks and bookmarks, manage projects, and query recipes — all stored in your Nextcloud.\n\n**Nextcloud App** — A native Nextcloud application that surfaces Claude AI actions directly inside the Nextcloud UI. Summarize a document, analyze a spreadsheet, or generate content without leaving your Nextcloud.\n\n**Hetzner Deployment** — A single-command provisioning tool (`aiquila-hetzner`) that stands up a production-ready AIquila server on Hetzner Cloud, complete with Traefik reverse proxy, CrowdSec intrusion prevention, TLS, and optional monitoring.\n\n## Getting Started\n\nPick the path that fits your setup:\n\n| Path | What you get | Guide |\n|------|-------------|-------|\n| `npx aiquila-mcp` | Claude Desktop/Code + Nextcloud | [Quick start](docs/installation.md#path-1-claude-desktop--claude-code-simplest) |\n| Docker + OAuth | Claude.ai + Nextcloud | [Quick start](docs/installation.md#path-2-claudeai-remote-mcp) |\n| Nextcloud App | AI inside Nextcloud UI | [Quick start](docs/installation.md#path-3-nextcloud-app) |\n| Hetzner Cloud | Full production deploy | [Quick start](docs/installation.md#path-4-self-hosted-on-hetzner-cloud) |\n| Claude Mobile + Voice | Phone + Nextcloud hands-free | [Quick start](docs/installation.md#path-5-claude-mobile-app-voice) |\n\n- [Getting Started Guide](docs/installation.md) — all five paths with step-by-step instructions\n- [Full Documentation](docs/README.md) — architecture, configuration, and advanced topics\n\n## License\n\nAGPL-3.0 (Nextcloud App) / MIT (MCP Server)\n\nSee [ACKNOWLEDGMENTS.md](ACKNOWLEDGMENTS.md) for the open-source projects and services AIquila is built on.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felgorro%2Faiquila","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felgorro%2Faiquila","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felgorro%2Faiquila/lists"}