agience-core vs time
Side-by-side comparison to help you pick between these two MCP servers.
agience-core by Agience | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 39 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsKnowledge GraphDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
agience-core · Summary
Agience is an MCP-native platform that structures AI outputs into durable, versioned artifacts with provenance tracking.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
agience-core · Use cases
- Collaborative knowledge management where AI and humans work with the same information substrate
- Audit trail tracking for AI-generated decisions and content in regulated industries
- Composable AI agent workflows with structured inputs and outputs via MCP
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
agience-core · Install
Installation Options
**Run at Home (Stable Build)**
# Linux/macOS
curl -fsSL https://get.agience.ai/home/install.sh | sh
# Windows (PowerShell)
irm https://get.agience.ai/home/install.ps1 | iex**Developer Setup (Build from Source)**
git clone https://github.com/Agience/agience-core.git
cd agience-core
# Linux/macOS
./agience dev -f --build
# Windows
agience dev -f --build**MCP Client Configuration** For Claude Desktop, add to claude_desktop_config.json:
"mcpServers": {
"agience": {
"command": "python",
"args": ["-m", "agience.mcp"]
}
}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"]
}
}
}