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.

コメント

「その他」の他のコンテンツ