ReasoningBank-MCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
ReasoningBank-MCP by hanw39 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 9 | ★ 85,748 |
| 30d uses | — | — |
| Score | 38 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 7 mo ago | this month |
ReasoningBank-MCP · Summary
A production-ready MCP server implementing ReasoningBank: Memory as Test-Time Compute Scaling for AI agents to evolve reasoning capabilities through experience.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ReasoningBank-MCP · Use cases
- Long-running AI agents that accumulate experience over multiple interactions
- Multi-agent systems where different agents need isolated memory pools
- Complex problem-solving domains where past successful strategies should inform future approaches
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
ReasoningBank-MCP · Install
Installation
- Clone and navigate to the repository:
git clone https://github.com/hanw39/ReasoningBank-MCP.git
cd ReasoningBank-MCP- Install dependencies:
pip install -e .Claude Desktop Configuration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"reasoning-bank": {
"command": "reasoning-bank-mcp",
"env": {
"DASHSCOPE_API_KEY": "your_dashscope_api_key"
}
}
}
}Or for SSE mode:
{
"mcpServers": {
"reasoning-bank": {
"url": "http://127.0.0.1:8000/sse"
}
}
}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"]
}
}
}