stash-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
stash-mcp by diomonogatari | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 4 | ★ 85,748 |
| 30d uses | — | — |
| Score | 41 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsProductivityOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | C# | TypeScript |
| Last commit | 3 mo ago | this month |
stash-mcp · Summary
A production-ready MCP server for Atlassian Bitbucket Server with 40 tools and robust resilience features.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
stash-mcp · Use cases
- Automating code review workflows with AI assistants that can analyze diffs and suggest improvements
- Repository exploration and codebase analysis for onboarding new team members
- Bug investigation by searching through commit history and code changes
- CI/CD status monitoring and integration with AI assistants for build notifications
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
stash-mcp · Install
Docker Installation
- Install Docker Desktop
- Set up environment variables:
``bash export BITBUCKET_URL="https://your-stash-server.com/" export BITBUCKET_TOKEN="your_personal_access_token" ``
- Add to VS Code MCP configuration:
``json { "servers": { "stash-bitbucket": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "BITBUCKET_URL", "-e", "BITBUCKET_TOKEN", "diomonogatari/stash-mcp:latest" ], "env": { "BITBUCKET_URL": "https://your-stash-server.com/", "BITBUCKET_TOKEN": "your_personal_access_token" }, "type": "stdio" } } } ``
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}