Agent-Fusion vs time
Side-by-side comparison to help you pick between these two MCP servers.
Agent-Fusion by krokozyab | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 66 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsFile SystemSearch | ProductivityDeveloper ToolsCommunication |
| Language | Kotlin | TypeScript |
| Last commit | 1 mo ago | this month |
Agent-Fusion · Summary
Local RAG semantic search engine providing AI agents access to code, documentation and PDFs via MCP protocol.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Agent-Fusion · Use cases
- Enhancing AI coding assistants with context-aware codebase exploration
- Enabling document analysis and search across various file formats
- Facilitating multi-agent collaboration for complex development tasks
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
Agent-Fusion · Install
Installation
Agent Fusion runs as a single JAR file with a TOML configuration file:
- Download the latest JAR from the [releases page](https://github.com/krokozyab/Agent-Fusion/releases)
- Create a
fusionagent.tomlconfiguration file - Run the JAR with Java:
java -jar agent-fusion.jar
Claude Desktop Configuration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"agent-fusion": {
"command": "java",
"args": ["-jar", "/path/to/agent-fusion.jar"],
"env": {}
}
}
}The Context Engine will be available through the query_context tool.
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"]
}
}
}