Skip to main content
Glama
malganis35

Blog Helper MCP Server

by malganis35

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 sync

3. Exécuter les tests du client MCP

uv run python client_test.py

4. Lancer le serveur

uv run python server.py

🛠️ Outils & Ressources exposés

Type

Nom / URI

Description

Tool

list_notes()

Liste les fichiers Markdown disponibles dans notes/

Tool

read_note(name)

Lit le contenu d'une note spécifique de manière sécurisée

Tool

search_notes(query)

Recherche les notes contenant un mot-clé

Resource

note://{name}

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"
      ]
    }
  }
}
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    MCP server for saving, reading, and listing Markdown notes in the filesystem. Enables agents to persistently store reports or notes as plain Markdown files.
    3
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to interact with a local folder of Markdown notes, supporting listing, reading, searching, creating, and appending to notes with strict security boundaries.
    5
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An 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
  • A
    license
    Not graded
    quality
    C
    maintenance
    Lets 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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