StopWatch MCP
@jabrena
StopWatch MCP について
StopWatch MCP Server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"stopwatch-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"stopwatch-mcp",
"-f",
"Dockerfile",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is StopWatch MCP?
StopWatch MCP is an MCP server that provides stopwatch functionality. It is distributed as a JBang catalog entry and can be built and run using Maven or Docker.
How to use StopWatch MCP?
Install and run via JBang: jbang stopwatch-mcp@jabrena. Alternatively, build a Docker image with docker build -t stopwatch-mcp . and run with docker run stopwatch-mcp. For development, use ./mvnw clean verify.
Key features of StopWatch MCP
—
Use cases of StopWatch MCP
—
FAQ from StopWatch MCP
How to install and run StopWatch MCP with JBang?
Run the command jbang stopwatch-mcp@jabrena. The JBang catalog jabrena must be trusted; manage trust with jbang trust list. Clear the cache with jbang cache clear.
How to build StopWatch MCP from source?
Use Maven: sdk env then ./mvnw clean verify. Dependency, plugin, and property updates can be checked with the respective versions:display-* goals.
How to run StopWatch MCP in a Docker container?
Build the image: docker build -t stopwatch-mcp -f Dockerfile .. Then run the container: docker run stopwatch-mcp.
Is there a standalone Java script available?
Yes, a JBang script is located at ./src/main/java/info/jab/jbang/MCPStopWatch.java. It can be run directly with jbang ./src/main/java/info/jab/jbang/MCPStopWatch.java.
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント