ctxvault vs time
Side-by-side comparison to help you pick between these two MCP servers.
ctxvault by Filippo-Venturini | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 56 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsKnowledge GraphDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
ctxvault · Summary
CtxVault provides typed memory infrastructure for AI agents with semantic/procedural vault isolation.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ctxvault · Use cases
- Persistent memory for research assistants across sessions
- Multi-agent systems with isolated knowledge bases
- Personal knowledge management with AI agents
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
ctxvault · Install
Installation
**Requirements:** Python 3.10+
**From PyPI:**
pip install ctxvault**From source:**
git clone https://github.com/Filippo-Venturini/ctxvault
cd ctxvault
uv sync # creates .venv and installs all dependencies
uv run ctxvault # run the CLI**MCP Configuration:** Add to your Claude Desktop config:
{
"mcpServers": {
"ctxvault": {
"command": "ctxvault-mcp"
}
}
}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"]
}
}
}