Notes MCP Server
Allows viewing repository status, commit history, diffs, and making commits via Git.
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., "@Notes MCP ServerCreate a note titled 'Groceries' with content 'Buy apples and bread' and tag 'shopping'."
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.
MCP-сервери: Notes і Git
Два MCP-сервери для підключення до Claude Desktop. Почав з Notes, але було ще цікаво git спробувати.
Встановлення
Вимоги: Python 3.10+, пакет mcp
pip install mcpДодати до claude_desktop_config.json (%APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"notes": {
"command": "python",
"args": ["шлях/до/notes_server.py"]
},
"git": {
"command": "python",
"args": ["шлях/до/git_server.py"],
"env": { "GIT_REPO_PATH": "шлях/до/репозиторію" }
}
}
}Перезапустити Claude Desktop.
Related MCP server: Beeper MCP Note Server
Notes Server
Зберігає нотатки у ~/.mcp_notes/notes.json.
Tools
Tool | Аргументи | Опис |
|
| Створити нотатку |
|
| Оновити нотатку |
|
| Видалити нотатку |
|
| Пошук по тексту та тегах |
Resources
Resource | Опис |
| Всі нотатки у форматі Markdown |
| Одна нотатка за назвою |
Приклади діалогів
Створення нотатки:
Збережи нотатку "Покупки" з текстом "Молоко, хліб, яйця, кава" і тегом "особисте".
Пошук:
Знайди всі нотатки з тегом "особисте".
Оновлення:
Онови нотатку "Покупки" — додай до списку "масло".
Обмеження
Нотатки зберігаються в одному JSON-файлі — не підходить для паралельного запису
Пошук — простий збіг підрядка, без нечіткого пошуку
notes://allповертає всі нотатки одразу, без пагінаціїНазви нотаток унікальні — дублікати не допускаються
Git Server
Дозволяє переглядати стан репозиторію і робити коміти. Репозиторій задається через GIT_REPO_PATH або аргументом repo_path.
Tools
Tool | Аргументи | Опис |
|
| Статус робочого дерева |
|
| Історія комітів |
|
| Незбережені зміни |
|
| Зробити коміт |
Resources
Resource | Опис |
| Останні 10 комітів репозиторію за замовчуванням |
Приклади діалогів
Статус:
Який зараз статус репозиторію?
Коміт:
Зроби коміт усіх змін з повідомленням "fix: виправлено валідацію форми".
Перегляд змін:
Покажи що змінилось у файлі main.py.
Обмеження
Тільки локальні операції —
push,fetch,pullне підтримуютьсяGIT_REPO_PATHмає бути задано — автовизначення директорії відсутнєgit://logпрацює лише якщо заданоGIT_REPO_PATH, повертає 10 комітів
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/OleksiiMikotkin/lesson16'
If you have feedback or need assistance with the MCP directory API, please join our Discord server