plane-projectmanagement_mcp
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
create_ghost_post
Create a new post in the Ghost blog.
list_ghost_posts
List all posts in the Ghost blog.
update_ghost_post
Update an existing post in the Ghost blog.
delete_ghost_post
Delete a post from the Ghost blog.
create_ghost_page
Create a new page in the Ghost blog.
list_ghost_pages
List all pages in the Ghost blog.
update_ghost_page
Update an existing page in the Ghost blog.
delete_ghost_page
Delete a page from the Ghost blog.
create_ghost_tag
Create a new tag in the Ghost blog.
update_ghost_tag
Update an existing tag in the Ghost blog.