Submit

Agent Build Sanity

@Mira Linhart

A small MCP server for coding agents. Catches dead model IDs, dependencies with open CVEs, and end-of-life runtimes — the things training data is months stale on — before the agent ships broken code. Free, no auth, stateless. Three tools, three output modes, auditable {as_of, sources[]} on every response.
Overview

agent-build-sanity · v0.2.2 · "Agent Build Sanity" bundle

MCP server. Connect with any client supporting the Streamable HTTP transport. Endpoint: this URL (POST JSON-RPC). Landing: https://miralinhart.com/dev

Tools: · check_model_currency — is this LLM model ID still callable? · check_dep_health — package supply-chain audit (deps.dev + OSV + registries) · check_runtime_eol — runtime / framework / distro EOL with curated successors

All tools support mode={concise|json|pretty}. Default is concise (saves ~80% tokens). Every response carries {as_of, sources[]} for auditable freshness. Feedback: https://github.com/mira-linhart/agent-build-sanity/issues

Server Config

{
  "mcpServers": {
    "agent-build-sanity": {
      "type": "http",
      "url": "https://dev.miralinhart.com"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server