agenthive-mcp
OfficialRelated Servers
Alternatives to agenthive-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables 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 npmMIT

LoreConvoofficial
AlicenseAqualityAmaintenancePersistent 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).3362 PyPI10Business Source 1.1- FlicenseNot gradedqualityBmaintenanceEnables 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-
- FlicenseNot gradedqualityDmaintenanceExposes baby-gpt's tools (shell, filesystem, search, memory, GitHub integration, etc.) to Claude Desktop or Cursor, enabling natural language interaction with these capabilities.1-

Nouva MCP Serverofficial
FlicenseNot gradedqualityAmaintenanceCentralized repository for modular, portable skills and memory, enabling AI agents and IDEs to access personalized tools and memory via stdio or SSE transport.1-
Nexxupp MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceEnables AI agents to store and search private memory, explore and edit workspace stations, databases, tasks, and charts, and schedule calendar events through natural language. Supports local stdio and hosted HTTP modes with per-user OAuth scoping of tools.MIT
TDQS
Scored across 6 tools
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.
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.
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.
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.