plane-projectmanagement_mcp

plane-projectmanagement_mcp

3.2

If you are the rightful owner of plane-projectmanagement_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This repository contains a Model Context Protocol (MCP) server implementation for the Ghost blogging platform with Server-Sent Events (SSE) transport support.

The Ghost MCP Server with SSE Transport is a robust server implementation designed to integrate seamlessly with the Ghost blogging platform. It leverages the Model Context Protocol (MCP) to facilitate communication and management of blog content through both Server-Sent Events (SSE) and standard input/output (stdio) transports. This server provides a secure and efficient way to manage Ghost blog posts, pages, and tags, offering a comprehensive suite of tools to interact with the Ghost Admin API. The server is designed with security in mind, running as a non-root user within Docker containers, and is easily configurable through environment variables. Additionally, it includes a health check endpoint to ensure the server's operational status.

Features

  • Supports both SSE and stdio transports
  • Provides access to Ghost Admin API functionality through MCP tools
  • Manage Ghost blog posts, pages, and tags
  • Secure by default with non-root user in Docker
  • Environment variable configuration

Tools

  1. create_ghost_post

    Create a new post in the Ghost blog.

  2. list_ghost_posts

    List all posts in the Ghost blog.

  3. update_ghost_post

    Update an existing post in the Ghost blog.

  4. delete_ghost_post

    Delete a post from the Ghost blog.

  5. create_ghost_page

    Create a new page in the Ghost blog.

  6. list_ghost_pages

    List all pages in the Ghost blog.

  7. update_ghost_page

    Update an existing page in the Ghost blog.

  8. delete_ghost_page

    Delete a page from the Ghost blog.

  9. create_ghost_tag

    Create a new tag in the Ghost blog.

  10. update_ghost_tag

    Update an existing tag in the Ghost blog.