MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Cloud Platforms/esa MCP Server
Cloud PlatformsOfficial
E

esa MCP Server

Official Model Context Protocol (MCP) server for esa.io - STDIO transport version.

62 starsUpdated Aug 27, 2026
View on GitHub

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

M

Metabase

Official

Official Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.

49kCloud PlatformsUpdated Today
A

AWS CloudTrail

Official

This 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.

9.6kCloud PlatformsUpdated Today
A

AWS Bedrock KB Retrieval

Official

Query Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.

9.6kCloud PlatformsUpdated Today
A

AWS CDK

Official

Get prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.

9.6kCloud PlatformsUpdated Today