Genexus18MCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
Genexus18MCP by lennix1337 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 16 | ★ 85,748 |
| 30d uses | — | — |
| Score | 42 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | C# | TypeScript |
| Last commit | this month | this month |
Genexus18MCP · Summary
GeneXus 18 MCP server enabling AI agents to read, edit, and analyze KB objects via Model Context Protocol.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Genexus18MCP · Use cases
- AI assistant analyzing and refactoring existing GeneXus application code
- Automated documentation generation for GeneXus knowledge bases
- Batch operations across multiple GeneXus objects through AI agent commands
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
Genexus18MCP · Install
Installation
- Run the installer:
npx genexus-mcp@latest init --kb "C:\KBs\YourKB" --gx "C:\Program Files (x86)\GeneXus\GeneXus18" - Register the MCP in your AI client (auto-detected for Claude Desktop, Claude Code, Cursor, and Antigravity)
- Restart your AI client and test with prompts like "list all transactions in my KB"
For Claude Desktop, the configuration will be auto-added to claude_desktop_config.json
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"]
}
}
}