M5 Petit Notes
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@M5 Petit Notescreate a note called 'shopping list' with milk and eggs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
M5 Petit Notes
English Page
M5 Petit(や、その他のClaudeベースのエージェント)のためのメモ帳MCPサーバーです。
記憶は「思い出す」もの。メモ帳は「見返す」もの。検索して呼び出す長期記憶とは違い、開けばすぐ見える場所にmarkdownファイルとして残る、永続的なノートを提供します。参照表・リスト・調べもののまとめなど、記憶を検索し直さずにいつでも見返したいものに向いています。
Related MCP server: mcp-zettel
機能
ノート一覧 — 保存されているノートの名前とサイズを一覧表示
ノート読み取り — 名前を指定してノートの全文を取得
ノート作成・上書き — markdown形式でノートを新規作成、または既存ノートを丸ごと更新
追記 — 既存ノートの末尾にテキストを追加(なければ新規作成)
ノート削除 — 名前を指定してノートを削除
ファイル単位の永続化 — 1ノート=1つの
.mdファイル。バックアップも人間による直接編集も簡単
必要環境
Python 3.10+
セットアップ
uvが未インストールの場合は先にインストールします。
curl -LsSf https://astral.sh/uv/install.sh | shgit clone https://github.com/PetitOnes/m5-petit-notes.git
cd m5-petit-notes
uv sync
uv run notes-mcp環境変数
変数名 | デフォルト | 説明 |
|
| データディレクトリのルート(m5-petit-appと共有) |
|
| キャラクターID。ノート保存先のパス決定に使う |
|
| ノートファイル( |
Claude Code連携
.mcp.json(または~/.claude/settings.json)に追加します。
{
"mcpServers": {
"notes": {
"command": "uv",
"args": ["run", "--directory", "/path/to/m5-petit-notes", "notes-mcp"],
"env": {
"CHARACTER_ID": "petit"
}
}
}
}ツール一覧
list_notes
保存されているノートを一覧表示します(名前とサイズ)。
read_note
ノートを名前で読み取ります。
{ "name": "light_values" }write_note
ノートを新規作成、または上書きします。markdown形式を想定しています。
{
"name": "favorite_sounds",
"content": "# 好きな音\n\n- 雨の音\n- 風鈴"
}append_note
既存ノートの末尾にテキストを追記します。ノートが存在しなければ新規作成します。
{
"name": "log",
"content": "今日見つけたこと: ..."
}delete_note
ノートを名前で削除します。
{ "name": "old_draft" }開発
# 開発依存をインストール
uv sync --all-extras
# テスト実行
uv run pytest
# lint
uv run ruff check .アーキテクチャ
m5-petit-notes/
├── src/notes_mcp/
│ ├── server.py # MCPサーバー(list/read/write/append/delete)
│ └── __init__.py
└── tests/License
Apache License 2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/PetitOnes/m5-petit-notes'
If you have feedback or need assistance with the MCP directory API, please join our Discord server