MCP.so
登录

times_esa_mcp_server リポジトリの概要

@syou6162

关于 times_esa_mcp_server リポジトリの概要

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

go

传输方式

stdio

发布者

syou6162

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is times_esa_mcp_server?

times_esa_mcp_server is a Model Context Protocol (MCP) server that allows you to create and manage daily reports and posts on esa.io directly from within VS Code. It is designed for developers who want to take notes or post daily reports without leaving their editor.

How to use times_esa_mcp_server?

Install the server with go install github.com/syou6162/times_esa_mcp_server, set the environment variables ESA_TEAM_NAME and ESA_ACCESS_TOKEN (with read and write permissions), then configure VS Code's settings.json to point to the binary. Use the #times-esa command to post.

Key features of times_esa_mcp_server

  • Post daily reports to esa.io using the #times-esa command
  • Automatically manages reports under the "日報/YYYY/MM/DD" category
  • Appends current time with anchor links for easy navigation
  • Updates existing reports by appending content at the top
  • Includes debounce to prevent duplicate posts based on text similarity

Use cases of times_esa_mcp_server

  • Quickly jot down ideas or questions that arise during development
  • Record daily work progress without switching away from VS Code
  • Maintain time-stamped logs for personal or team retrospectives

FAQ from times_esa_mcp_server

What dependencies or runtime are required?

The server is implemented in Go 1.23.2 and uses the mark3labs/mcp-go framework. You need Go installed to build from source, or you can use the prebuilt binary.

Where does my data live?

All reports are stored on esa.io under your configured team’s workspace. The server only communicates with esa.io’s API and does not persist data locally.

What permissions are needed for the access token?

The ESA_ACCESS_TOKEN must have both read and write permissions.

How does the server handle duplicate posts?

It implements a debounce mechanism that considers text similarity to avoid posting the same content multiple times.

Can I use this server outside VS Code?

The README only describes usage via VS Code’s MCP configuration. It is built on the MCP protocol, so it could theoretically be used with other MCP clients, but only VS Code integration is documented.

评论

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