Skip to main content
Glama

petamind-mcp

This repository has been republished without the legacy Titan factory source.

Status

  • The previously bundled synthetic UI dataset factory and related internal pipeline code are intentionally not included here.

  • This public repository is being reset to a minimal placeholder while the MCP/tooling split is redesigned.

Related MCP server: ai-architect

Notes

  • Prior public clones may still exist outside GitHub.

  • This repository no longer publishes the old factory code on the current public branch.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Compiler-in-the-loop steering for coding agents - Cursor and Claude Code. It runs your workspace's real language server on each edit, extracts diagnostics scoped to the changed lines and type signatures, and feeds that back to the coding agent.
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    An autonomous software-engineering pipeline for Claude Code that runs on real evidence: codebase intelligence tools, git analytics, deterministic verification rules, and zero LLM-judges-LLM. Every claim traces to a paper and every PR passes its own gates.
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    AutoPatch is a self-healing debugging agent that runs a repo's tests, retrieves similar past fixes from its git history, proposes and applies function-level patches, and re-tests until the suite passes. It exposes this loop as MCP tools for clients like Claude Desktop and Cursor.
    -