MCP.so
登录

ESA MCP Server

@S-H-GAMELINKS

关于 ESA MCP Server

暂无概览

基本信息

分类

其他

运行时

ruby

传输方式

stdio

发布者

S-H-GAMELINKS

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ESA MCP Server?

ESA MCP Server is a Model Context Protocol server that provides access to the esa API. It enables AI assistants to interact with esa, a Japanese team documentation and wiki service, by offering tools to manage posts, comments, members, tags, and other team data.

How to use ESA MCP Server?

Install dependencies with bundle install. Obtain an esa personal access token from the user settings page. Set the access token and team name as environment variables, then configure the server in your MCP client’s settings file (e.g., claude_desktop_config.json or cline_mcp_settings.json) with the command ruby /path/to/esa_mcp_server.rb.

Key features of ESA MCP Server

  • Retrieve team information
  • List, get, create, and update posts
  • List and create comments
  • Get team statistics
  • List members and tags
  • Get authenticated user info
  • Access category information as a resource

Use cases of ESA MCP Server

  • Automate posting or updating documentation in esa from an AI assistant
  • Search and retrieve specific articles using queries, categories, or tags
  • Monitor team statistics and member lists programmatically
  • Manage comments on esa posts without using the web interface

FAQ from ESA MCP Server

What dependencies are required?

Ruby and the gems installed via bundle install are required.

How do I get an esa access token?

Log in to esa, go to the user settings page (https://[team].esa.io/user/applications), create a personal access token with read/write scope, and copy the generated token.

Where should I configure the MCP server?

In your Cline MCP configuration file: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS), %APPDATA%\Claude\claude_desktop_config.json (Windows), ~/.config/Claude/claude_desktop_config.json (Linux), or the VSCode extension path.

What authentication method does it use?

It uses a personal access token set as an environment variable along with the team name.

What transport protocol does the server use?

The README does not specify the transport protocol explicitly; it relies on standard MCP configuration through command and args.

评论

其他 分类下的更多 MCP 服务器