ESA MCP Server
@S-H-GAMELINKS
关于 ESA MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
Nginx UI
0xJackyYet another WebUI for Nginx
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论