peta-core vs time
Side-by-side comparison to help you pick between these two MCP servers.
peta-core by dunialabs | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 47 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Ops & InfraSecurityDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
peta-core · Summary
Production-ready MCP control plane with security, policy enforcement, and audit capabilities.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
peta-core · Use cases
- Enterprise deployment of MCP servers with centralized policy enforcement and audit controls
- Organizations requiring secure management of API credentials and OAuth tokens
- Teams building internal AI tool catalogs with progressive disclosure and discovery profiles
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
peta-core · Install
Installation
Peta Core can be deployed using Docker or as a Node.js application.
Docker Deployment
docker run -d --name peta-core -p 8080:8080 \
-e DATABASE_URL=postgresql://user:pass@localhost:5432/peta \
-e NEXTAUTH_SECRET=your-secret-key \
petaio/peta-core:latestNode.js Deployment
npm install -g @peta/core
peta-core startConfiguration
Configure MCP clients to connect to Peta Core:
{
"mcpServers": {
"peta": {
"command": "npx",
"args": ["@modelcontextprotocol/server-peta", "--host", "localhost", "--port", "8080"]
}
}
}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"]
}
}
}