PinThePiece 笔记管理服务器

PinThePiece 笔记管理服务器

一个用 Python 编写的 MCP 服务器,用于高效管理笔记。

快速入门

安装

  1. 克隆仓库:git clone https://github.com/psaboia/PinThePiece.git
  2. 安装依赖:uv sync
  3. 构建项目:uv build
  4. 启动服务器:使用 uv run pinthepiece

配置

修改配置文件以适配您的环境。默认存储路径为 ~/.pinthepiece/

调试

推荐使用 MCP Inspector 进行调试: 运行命令:npx @modelcontextprotocol/inspector uv --directory /path/to/repo run pinthepiece

功能

  • 层次化笔记存储
  • 自动备份与版本控制
  • 数据完整性校验
  • 原子操作支持

更多详情查看 README 文档。