A favicon of Server Time

Server Time

mcp 示例

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install vaebe/mcp -c claude

This command will automatically install and configure the Server Time MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Server Time": {
      "command": "npx",
      "args": [
        "-y",
        "@vaebe/mcp"
      ],
      "env": {}
    }
  }
}

mcp

版本更新

# 安装 changesets
npm install @changesets/cli --save-dev

# 初始化 changesets
npx changeset init

# 生成变更日志
pnpm changelog

# 创建一个新的 changeset
npx changeset

# 更新版本号和生成发布日志
npx changeset version

# 测试发布
pnpm -r publish --access public --dry-run --no-git-checks
# 发布
pnpm -r publish --access public --no-git-checks

# 移除版本
npm unpublish @vaebe/[email protected] --force

测试 mcp

npx @modelcontextprotocol/inspector node mcp/githubSearch.mjs

docker 打包测试

docker build -f packages/github-search/Dockerfile -t github-search .
Share:
Details:
  • Stars


    0
  • Forks


    3
  • Last commit


    2 months ago
  • Repository age


    3 months
  • License


    Apache-2.0
View Repository

Auto-fetched from GitHub .

MCP servers similar to Server Time:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Server Time: MCP Server – MCP.Bar