Skip to main content
Glama
cbcoutinho

Nextcloud MCP Server

by cbcoutinho
info.xml3.07 kB
<?xml version="1.0"?> <info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> <id>astrolabe</id> <name>Astrolabe</name> <summary>AI-powered semantic search across your Nextcloud</summary> <description><![CDATA[ # Astrolabe - Semantic Search for Nextcloud Find your content by meaning, not just keywords. Astrolabe brings AI-powered semantic search to your Nextcloud, helping you discover documents, notes, calendar events, and files through natural language. ## Features - **Semantic Search**: Search across Notes, Files, Calendar, Deck, and more using natural language queries - **Unified Search Integration**: Results appear in Nextcloud's global search bar alongside traditional results - **Background Indexing**: Your content is automatically indexed for instant semantic search - **Vector Visualization**: Explore your content in an interactive 2D visualization showing semantic relationships - **Hybrid Search**: Combines semantic understanding with keyword matching for best results ## How It Works Astrolabe connects to a semantic search service that understands the meaning of your content. Instead of exact keyword matches, you can search for concepts - ask "meeting notes from last week" or "recipes with chicken" and find relevant documents even if they don't contain those exact words. ## Getting Started 1. Install and enable the app 2. Grant background access to allow indexing of your content 3. Start searching with natural language in Nextcloud's search bar See [documentation](https://github.com/cbcoutinho/nextcloud-mcp-server) for configuration details. ]]></description> <version>0.4.4</version> <licence>agpl</licence> <author homepage="https://github.com/cbcoutinho">Chris Coutinho</author> <namespace>Astrolabe</namespace> <category>ai</category> <bugs>https://github.com/cbcoutinho/nextcloud-mcp-server/issues</bugs> <repository type="git">https://github.com/cbcoutinho/nextcloud-mcp-server</repository> <screenshot>https://github.com/cbcoutinho/nextcloud-mcp-server/blob/master/third_party/astrolabe/screenshots/02-semantic-search-with-plot.png?raw=1</screenshot> <screenshot>https://github.com/cbcoutinho/nextcloud-mcp-server/blob/master/third_party/astrolabe/screenshots/01-unified-search-astrolabe.png?raw=1</screenshot> <screenshot>https://github.com/cbcoutinho/nextcloud-mcp-server/blob/master/third_party/astrolabe/screenshots/03-chunk-viewer-open.png?raw=1</screenshot> <dependencies> <nextcloud min-version="30" max-version="32"/> </dependencies> <settings> <personal>OCA\Astrolabe\Settings\Personal</personal> <personal-section>OCA\Astrolabe\Settings\PersonalSection</personal-section> <admin>OCA\Astrolabe\Settings\Admin</admin> <admin-section>OCA\Astrolabe\Settings\AdminSection</admin-section> </settings> <navigations> <navigation> <id>astrolabe</id> <name>Astrolabe</name> <route>astrolabe.page.index</route> <icon>app.svg</icon> <type>link</type> </navigation> </navigations> </info>

Latest Blog Posts

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/cbcoutinho/nextcloud-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server