codebadger vs time
Side-by-side comparison to help you pick between these two MCP servers.
codebadger by Lekssays | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 102 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsSecurityKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
codebadger · Summary
Containerized MCP server for static code analysis using Joern's CPG with multi-language support.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
codebadger · Use cases
- Security vulnerability detection in codebases
- Code analysis and understanding of large projects
- Integration with LLM assistants for program analysis
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
codebadger · Install
Installation
- Install prerequisites:
```bash # Docker and Docker Compose docker --version docker-compose --version
# Python 3.10+ python --version ```
- Install Python dependencies:
``bash python -m venv venv pip install -r requirements.txt ``
- Start Joern Docker services:
``bash docker compose up -d ``
- Start the MCP server:
``bash python main.py ``
Claude Desktop Integration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"codebadger": {
"url": "http://localhost:4242/mcp",
"type": "http"
}
}
}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"]
}
}
}