rails-ai-context vs time
Side-by-side comparison to help you pick between these two MCP servers.
rails-ai-context by crisnahine | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 139 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsDatabase | ProductivityDeveloper ToolsCommunication |
| Language | Ruby | TypeScript |
| Last commit | 1 mo ago | this month |
rails-ai-context · Summary
38 MCP tools providing AI agents with direct access to Rails app schema, models, routes & conventions.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
rails-ai-context · Use cases
- AI assistants writing Rails code that matches actual schema rather than inventing non-existent columns
- Generating tests that match your existing patterns (fixtures vs factories)
- Finding all callers of a method across the codebase to understand impact
- Analyzing features across models, controllers, views, and tests in one call
- Understanding view components, Stimulus controllers, and frontend stack conventions
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
rails-ai-context · Install
Installation
Option 1: As a gem (recommended)
gem "rails-ai-context", group: :development
rails generate rails_ai_context:installOption 2: Standalone (no Gemfile needed)
gem install rails-ai-context
cd your-rails-app
rails-ai-context init # interactive setup
rails-ai-context serve # start MCP serverClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"rails-ai-context": {
"command": "rails",
"args": ["ai:serve"],
"env": {}
}
}
}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"]
}
}
}