MCP Catalogs
Home

brain-in-the-fish vs time

Side-by-side comparison to help you pick between these two MCP servers.

brain-in-the-fish
by fabio-rovai
time
by modelcontextprotocol
Stars★ 66★ 85,748
30d uses
Score4677
Official
Categories
Knowledge GraphAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageRustTypeScript
Last commit1 mo agothis month

brain-in-the-fish · Summary

An MCP server that scores documents by verifying claims against source text through OWL knowledge graphs.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

brain-in-the-fish · Use cases

  • Evaluating tender responses for fabricated claims
  • Academic essay grading with evidence verification
  • Policy document review for evidence-backed proposals

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

brain-in-the-fish · Install

git clone https://github.com/fabio-rovai/brain-in-the-fish.git
cd brain-in-the-fish
cargo build --release

# Run as MCP server
brain-in-the-fish serve

For Claude Desktop, add to config.json:

{
  "mcpServers": {
    "brain-in-the-fish": {
      "command": "/path/to/brain-in-the-fish-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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.