time vs src-to-kb
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | src-to-kb by vezlo | |
|---|---|---|
| Stars | ★ 85,748 | ★ 32 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | JavaScript |
| Last commit | this month | 5 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
src-to-kb · Summary
MCP server that converts source code to searchable knowledge base with IDE integration.
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
src-to-kb · Use cases
- Search codebase with natural language queries in IDEs like Claude Code and Cursor
- Generate embeddings and vector search for codebase exploration
- Integrate Notion documentation with source code in a unified knowledge base
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"]
}
}
}src-to-kb · Install
Install the package globally via npm:
npm install -g @vezlo/src-to-kbTo start the MCP server:
src-to-kb-mcpFor Claude Desktop integration, add this to your claude_desktop_config.json:
{
"mcpServers": {
"src-to-kb": {
"command": "src-to-kb-mcp"
}
}
}