Skip to main content
Glama

Related Servers

Alternatives to Network AI

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      A
      maintenance
      AI Agent Mission Control — 200+ MCP tools across 31 domains. Manage agents, experiments, workflows, crews, skills, tools, credentials, approvals, signals, budgets, marketplace, knowledge bases, chatbots, and more. Self-hosted, open-source (AGPL-3.0). Supports stdio + Streamable HTTP/SSE with OAuth 2.0 auth.
      34
      68
      AGPL 3.0
    • A
      license
      Not graded
      quality
      B
      maintenance
      A local-first mission control for AI agent harnesses, providing a unified MCP gateway for shared memory, task queue, and encrypted secrets across multiple agents.
      1 npm
      1
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Multi-agent AI orchestrator that runs parallel coding agents in isolated sessions with self-improving intelligence, exposed via an MCP server for task execution and management.
      MIT

    TDQS

    A4.5/5.0

    Scored across 24 tools

    Disambiguation5/5

    Each tool targets a distinct function: blackboard operations are separated into list/read/write/delete/exists/search, budget tools split status/spend/reset/set/log, token tools cover create/validate/revoke, and audit tools split query/tail. Even similar read-only tools (blackboard_search vs blackboard_list vs context_pack) have clear intended use cases described.

    Naming Consistency5/5

    All tools follow a consistent snake_case pattern of domain_prefix_action, e.g., blackboard_list, budget_status, token_create, agent_spawn, config_get. The domain prefix is always lowercase and separated by an underscore, with clear verbs (list, read, write, delete, exists, status, spend, reset, set, get_log, create, validate, revoke, query, tail, set, list, spawn, stop, transition, info, pack, search).

    Tool Count4/5

    With 24 tools, the server is on the heavier side but the scope is broad (orchestration, blackboard, budget, tokens, audit, agents, FSM). Each tool serves a distinct purpose and the count is justified for a complex orchestrator server, though a slightly tighter set could be possible.

    Completeness4/5

    The server covers core lifecycle operations for blackboard (create/read/update/delete/list/search) and tokens (create/validate/revoke), plus budget management (status/spend/reset/set/log) and basic agent operations (list/spawn/stop). Minor gaps include no direct agent removal or FSM reset, and no explicit tool for blackboard TTL extension, but agents can work around most gaps.

    Maintenance

    ActivityActive
    ResponsivenessWithin a week