keyshade-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
keyshade-mcp by keyshade-xyz | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 8 | ★ 85,748 |
| 30d uses | — | — |
| Score | 37 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsSecurityProductivity | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 5 mo ago | this month |
keyshade-mcp · Summary
Keyshade MCP server provides secure API access to manage secrets and keys within development environments.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
keyshade-mcp · Use cases
- Securely retrieving API keys and secrets during development
- Automating credential management in CI/CD pipelines
- Accessing sensitive environment variables without hardcoding
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
keyshade-mcp · Install
Installation
- Clone the repository:
git clone https://github.com/keyshade-xyz/keyshade-mcp.git
cd keyshade-mcp- Install dependencies:
pnpm install- Build the project:
pnpm buildConfiguration for Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"keyshade": {
"command": "node",
"args": [
"YOUR_ABSOLUTE_PATH_TO/build/index.js"
],
"env": {
"KEYSHADE_API_KEY": "YOUR_KEYSHADE_API_KEY"
}
}
}
}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"]
}
}
}