-
securityF
license-
qualityA simple note-taking MCP server that allows storing and summarizing notes with custom URI schemes and provides functionality to add notes and generate summaries with different detail levels.
Last updated -
5
Python
永続ストレージを使用してメモを管理するためのモデル コンテキスト プロトコル (MCP) サーバー実装。
Smithery経由で Claude Desktop のノートを自動的にインストールするには:
add-note
: 新しいメモを作成するlist-all-notes
: 保存されているすべてのメモを表示するupdate-note
: 既存のノートを変更するdelete-note
: メモを削除するメモは次の構造でnotes_storage.json
に保存されます。
ノートにはnote://
URI スキームを使用してリソースとしてアクセスできます。
note://internal/note_name
を使用して特定のノートにアクセスします。サーバーには、メモの要約のためのプロンプト生成機能が含まれています。
サーバーを変更または拡張するには:
テストでは以下をカバーします:
[ここにライセンスを追加]
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
メモを管理および永続化し、CRUD 操作、メモの要約、note:// URI スキームを介したリソースベースのアクセスを提供する MCP サーバー。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/truaxki/mcp-notes'
If you have feedback or need assistance with the MCP directory API, please join our Discord server