Skip to main content
Glama

Related Servers

Alternatives to costwright

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      A
      maintenance
      Runtime budget authority for autonomous agents - a set of tools to check, reserve, spend, and release budget before and after every costly, risky operation. The agent asks "can I afford this?" before acting, and reports what it actually used afterward.
      9
      38 npm
      Apache 2.0
    • A
      license
      Not graded
      quality
      A
      maintenance
      TACIT (Tracked Agent Capabilities In Types) is a safety harness for AI agents. Instead of calling tools directly, agents write code in Scala 3 with capture checking: a type system that statically tracks capabilities and enforces that agent code cannot forge access rights, cannot perform effects beyond its budget, and cannot leak information from pure sub-computations. It provides an MCP interface,
      82
      Apache 2.0
    • A
      license
      A
      quality
      B
      maintenance
      Enables AI coding agents to reduce token usage by condensing source code into AST skeletons, extracting specific symbols, compressing logs, and estimating token budgets.
      4
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      A runtime gate for coding agents. Blocks the tool calls that wreck a repo (force-push main, rm -rf, secret exfiltration, CI wipe) and lets normal build and commit work through. Machine-checked git-branch core (z3); the rest is high-precision heuristics. Tested on 3,790 real CI commands, 0 false blocks.
      1
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI coding agents to efficiently analyze codebases by extracting AST skeletons, reducing token usage while preserving type contracts and interfaces.
      3 npm
      1
      MIT
    • F
      license
      A
      quality
      A
      maintenance
      Deterministic repository context packing for AI coding agents: selects, compresses, and budgets only the files a task needs. Measured 83% fewer input tokens at the same task coverage, fully local, no LLM in the loop.
      9
      8
      -

    TDQS

    A4.3/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: check analyzes budget risk, certify issues a certificate, pubkey retrieves public keys, and verify validates a certificate. No overlap in functionality.

    Naming Consistency5/5

    All tools follow the consistent pattern 'costwright_' plus a verb or noun suffix (check, certify, pubkey, verify), making them easy to distinguish and predict.

    Tool Count5/5

    With 4 tools, the server is well-scoped for its purpose of budget certification. Each tool is necessary and sufficient for the core workflow.

    Completeness4/5

    The set covers the essential operations: checking, certifying, verifying, and key retrieval. Minor gaps like revocation or listing are not critical for the primary use case.

    Maintenance

    ActivityStale
    ResponsivenessNo issues