esa MCP Server
Official Model Context Protocol (MCP) server for esa.io - STDIO transport version.
Ads
Overview
Official Model Context Protocol (MCP) server for esa.io - STDIO transport version. This MCP server provides seamless integration between AI assistants and esa.io, a collaborative documentation platform. It enables AI assistants to read, create, update, and manage esa documents directly through the Model Context Protocol. - esa_get_teams - Get user's accessible esa teams - esa_get_team_stats - Get team statistics (members, posts, comments, stars, watches, active users) - esa_get_team_tags - Get all tags used in team posts with count - esa_get_team_members - Get team members with roles and profile information
Installation
docker run -i --rm -e ESA_ACCESS_TOKEN -e LANG ghcr.io/esaio/esa-mcp-server
Configuration
{
"mcpServers": {
"esa": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ESA_ACCESS_TOKEN",
"-e",
"LANG",
"ghcr.io/esaio/esa-mcp-server"
],
"env": {
"ESA_ACCESS_TOKEN": "your_personal_access_token",
"LANG": "en"
}
}
}
}Capabilities
- List your esa teams and team stats
Use `esa_get_teams` and `esa_get_team_stats` to see which teams you can access and their activity metrics.
- Search and retrieve esa posts
Find posts with `esa_search_posts`, then get full content and metadata with `esa_get_post`.
- Create, update, or append to posts
Draft new posts via `esa_create_post`, modify existing ones with `esa_update_post`, or add content without fetching the current body using `esa_append_post` / `esa_prepend_post`.
- Manage post workflow states
Archive posts with `esa_archive_post`, mark them as shipped via `esa_ship_post`, or duplicate them across teams using `esa_duplicate_post`.
- Work with comments
List, create, update, or delete comments on posts using `esa_get_post_comments`, `esa_create_comment`, `esa_update_comment`, and `esa_delete_comment`.
- Browse categories and tags
Explore team category structures with `esa_get_all_category_paths` and `esa_get_categories`, or review all tags via `esa_get_team_tags`.
Tags
- storage
- cloud-storage
- cloud-infrastructure
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.