modelscope·@rncz/nextcloud-notes-mcp-server
暂无描述。
Nextcloud Notes MCP Server is a MCP server for the Nextcloud Notes app that lets a Large Language Model (LLM) do the heavy lifting for your notes.
Simply tell the LLM what to do with your notes organize, summarize, rewrite, or perform any custom task and it will execute your instructions automatically.
Download the repository:
git clone https://github.com/rncz/nextcloud-notes-mcp-server.git
Configure environment:
Change into the project directory:
cd nextcloud-notes-mcp-server
Copy the sample environment file and edit credentials:
cp env_sample .env
Open .env and enter your Nextcloud WebDAV URL, username, and password.
Set up the Python environment and install the package:
uv venv
uv tool install -e .
Add MCP server to your LLM software (example for LM Studio): Edit your MCP JSON configuration:
{
"mcpServers": {
"nextcloud-notes-mcp": {
"command": "uvx",
"args": [
"nextcloud-notes-mcp"
]
}
}
}
Test your setup:
Good luck playing around with your Nextcloud Notes!
通过全局和分支特定的记忆库,管理跨 Claude AI 会话的项目文档和上下文的服务器,通过结构化的 JSON 文档存储实现一致的知识管理。
该服务器允许用户通过自定义URI方案存储、管理和总结笔记,具有添加新笔记以及生成详细程度不同的摘要的功能。
一个高性能的MCP服务器,将Notion集成到AI工作流中,通过标准化协议实现与Notion页面、数据库和评论的交互。
用于Notion API的MCP服务器,使Claude能够与Notion工作区进行交互。
通过简单的消息控制协议接口,使人工智能助手能够搜索和访问arXiv研究论文,从而实现论文的搜索、下载、列出和阅读功能。
通过模型上下文协议,启用大型语言模型(LLMs)与Obsidian仓库之间的交互,支持安全的文件操作、内容管理和高级搜索功能。