MCP.so
登录

StopWatch MCP

@jabrena

关于 StopWatch MCP

StopWatch MCP Server

基本信息

分类

其他

许可证

Apache-2.0

运行时

java

传输方式

stdio

发布者

jabrena

配置

使用下面的配置,将此服务器添加到你的 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 服务器