Model Releases

Open Source Releases

  • ContrastAPI Security Intelligence MCP Server — MCP server with 53 security-intel tools: CVE/KEV, MITRE ATLAS+D3FEND, Sigma rules, email posture, domain/web intel, threat intel. 4,614 installs and growing. If you’re wiring security into an agent stack, this is a solid foundation. 🛠️
  • Plith Agent Infrastructure APIs — Five APIs as the base layer for AI agents: task dedup, cost prediction, output validation, behavioral governance, shared failure intel. 1,000 free credits/month, no credit card. The “no credit card” part alone makes it worth a glance. 🛠️
  • Weavely AI Forms & Surveys MCP Server — MCP server (1,534 installs) with 13 tools covering the full form lifecycle: creation, 25+ element types, conditional logic, themes, multi-step pages, publishing — all via natural language with live preview. Niche but the MCP angle is clever. 📄
  • phi-gateway 0.4.0 — Self-hosted AI gateway with LLM proxy, MCP tool registry, RAG knowledge base, and agent memory through a single API. Zero vendor lock-in is the pitch, and on paper it covers a lot of ground. Worth evaluating if you’re tired of cobbling together your own orchestration layer. 🔥
  • vllm-htop 0.4.0 — htop-style terminal monitor for vLLM inference servers: GPU utilization, request throughput, KV-cache metrics in real time. If you’re running vLLM in production, you should already be looking at this. 🛠️

Research Worth Reading

AI Dev Tools

Today’s Synthesis

If you’re building an agent stack that needs to be both cost-effective and security-conscious, the combination of UCCI for routing and ContrastAPI Security Intelligence MCP Server for threat intel makes a practical pairing—route sensitive queries to a larger model only when UCCI’s uncertainty metric flags them, otherwise handle with a smaller model and skip the overhead. Wire both through phi-gateway 0.4.0 to keep a single control plane for LLM proxying, MCP tool registration, and agent memory. The gateway gives you the orchestration layer without vendor lock-in, while UCCI prevents over-provisioning and ContrastAPI catches the queries that do need the bigger model but also carry security risk. It’s not a silver bullet, but it’s a deployment pattern that actually cuts costs and adds guardrails at the same time.