Blog Helper MCP Server
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., "@Blog Helper MCP Serversearch my notes for 'path traversal'"
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.
Blog Helper MCP Server (FastMCP + uv)
Un serveur MCP (Model Context Protocol) d'exemple en Python utilisant FastMCP et géré avec uv.
Ce serveur expose des notes Markdown locales via des Tools et une Resource, avec protection contre les attaques de traversée de chemin (Path Traversal).
📖 Tutoriel Débutant
Pour apprendre à construire ce serveur pas à pas, consultez le guide complet : 👉 Lire le Tutoriel Débutant (tutorial/TUTORIAL.md)
Related MCP server: MCP Notes Server
🚀 Démarrage rapide
1. Prérequis
uv installé (
curl -LsSf https://astral.sh/uv/install.sh | sh)Python >= 3.10
2. Installation
uv sync3. Exécuter les tests du client MCP
uv run python client_test.py4. Lancer le serveur
uv run python server.py🛠️ Outils & Ressources exposés
Type | Nom / URI | Description |
Tool |
| Liste les fichiers Markdown disponibles dans |
Tool |
| Lit le contenu d'une note spécifique de manière sécurisée |
Tool |
| Recherche les notes contenant un mot-clé |
Resource |
| Expose une note comme ressource de contexte |
🔗 Intégration dans Claude Desktop / Claude Code / Antigravity
Exemple de configuration claude_desktop_config.json ou mcp_config.json :
{
"mcpServers": {
"blog-helper": {
"command": "uv",
"args": [
"--directory",
"/chemin/absolu/vers/blog-helper-mcp",
"run",
"server.py"
]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseAqualityCmaintenanceMCP server for saving, reading, and listing Markdown notes in the filesystem. Enables agents to persistently store reports or notes as plain Markdown files.3
- AlicenseAqualityCmaintenanceEnables AI assistants to interact with a local folder of Markdown notes, supporting listing, reading, searching, creating, and appending to notes with strict security boundaries.5MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that gives AI agents read and write access to a folder of Markdown notes, supporting full-text search, reading, listing, and writing notes. It is deliberately small, with no dependencies beyond the MCP SDK, and includes proper path traversal protection.MIT
- AlicenseNot gradedqualityCmaintenanceLets MCP clients search, read, create, append, replace, move, and batch-update local Markdown notes safely, with conflict detection via SHA-256 and optional managed update blocks, without requiring a vector database.MIT
Related MCP Connectors
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/malganis35/blog-helper-mcp-tuto'
If you have feedback or need assistance with the MCP directory API, please join our Discord server