Skip to main content
Glama

Related Servers

Alternatives to agenthive-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI agents to make outbound phone calls, send SMS, and transcribe recordings via Twilio, while also giving them searchable memory over past Claude Code, Codex CLI, and Cursor sessions stored in local SQLite.
      151 npm
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      Persistent memory layer for MCP-compatible AI agents. Implements save/recall/search over a local SQLite session store via 14 MCP tools. Auto-loads relevant context at session start. No cloud dependency. Works with Claude, Cursor, Codex, Hermes Agent. Free (50 sessions) / Pro ($8/mo).
      33
      62 PyPI
      10
      Business Source 1.1
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables AI agents to securely discover, execute, and observe tools with role-based access control and audit logging. Serves tools over MCP stdio and HTTP for integration with Claude Desktop, Cursor, and other clients.
      1
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      Exposes baby-gpt's tools (shell, filesystem, search, memory, GitHub integration, etc.) to Claude Desktop or Cursor, enabling natural language interaction with these capabilities.
      1
      -
    • F
      license
      Not graded
      quality
      A
      maintenance
      Centralized repository for modular, portable skills and memory, enabling AI agents and IDEs to access personalized tools and memory via stdio or SSE transport.
      1
      -

    TDQS

    A4.4/5.0

    Scored across 6 tools

    Disambiguation5/5

    Each tool targets a distinct resource and action: retrieve_context and log_session cleanly split reading vs. writing team memory, while create/list pairs keep agents and tasks separate. No two tools could reasonably be confused for the same job.

    Naming Consistency5/5

    All six tools use the same lower_snake_case verb_noun pattern: retrieve_context, log_session, create_agent, list_agents, create_task, list_tasks. The convention is predictable and immediately conveys both action and resource.

    Tool Count5/5

    Six tools is a well-scoped size for a team-memory server: two core memory operations plus create/list pairs for the two supporting registries. Every tool earns its place and none are redundant.

    Completeness4/5

    The core agent-facing workflow is covered: retrieve context before working and log session afterwards, with agent/task registration for attribution. Minor gaps remain—no update/delete for agent/task registries and no admin approval/auto-approve tools despite log_session referencing the review gate—but agents can work around them.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues