@koki-develop/esa-mcp-server
[](https://github.com/koki-develop/esa-mcp-server/releases/latest) [](./LICENSE) [. Optionally includes comments and stargazers with the include parameter. Supports nested inclusion like
get_post Retrieve a specific post from the esa team by post number. Returns complete post details including title, content (markdown), tags, category, author information, revision history, and engagement metrics. Optionally includes comments and stargazers. Supports nested inclusion like
create_post Create a new post in the esa team. Requires a title and optionally accepts content, tags, category, WIP status, and other metadata. Returns the created post information including the assigned post number and URL.
update_post Update an existing post in the esa team. Requires a post number and optionally accepts updated content, tags, category, WIP status, and other metadata. Returns the updated post information.
delete_post Delete an existing post from the esa team. Requires a post number. The post will be permanently deleted and cannot be recovered.
get_tags Get a list of all tags used in the esa team. Returns tags with their names and the number of posts they are attached to, sorted by post count in descending order. Supports pagination.
get_post_comments Retrieve a list of comments for a specific post from the esa team. Requires a post number and supports pagination. Returns comment metadata including content, author information, timestamps, and engagement metrics (stars).
create_post_comment Create a new comment on an existing post in the esa team. Requires a post number and comment content in Markdown format. Returns the created comment information including ID, content, timestamps, and author details.
update_comment Update an existing comment on a post in the esa team. Requires a comment ID and new content in Markdown format. Returns the updated comment information including content, timestamps, and author details.
delete_comment Delete an existing comment from the esa team. Requires a comment ID. The comment will be permanently deleted and cannot be recovered.
Permissions 2
network medium env_vars low