TextForge: A Claude Code-built email approval tool for LLM workflows

TextForge is a tool built entirely with Claude Code that provides mandatory approval gates for email workflows, preventing Claude or any other LLM from sending emails without explicit user approval. The developer created it to automate 8-10 hours per week of email-driven business processes while maintaining control over sensitive B2B communications.
Development Process
The project started with a self-hosted MCP server + HTTP API using a private Google Cloud API key scoped to the developer's domain. This initial version took about 5 days to build and included:
- A CLI for Pipedrive that could access deals and task lists
- A Claude Code skill that combined the Pipedrive CLI with the email system
- 2-3 months of refinement for threading, signatures, and MIME handling
Key Features
- Email draft list and approval queue ("pull request review for outbound emails")
- Webhook support for approve/reject without opening the app
- Attachment support with ClamAV anti-virus scanning
- Secure pass-through architecture that doesn't retain data
- Selective sync capabilities
- Integration with Pipedrive CRM
Security Implementation
To meet Google's CASA2 audit requirements for email reading scopes:
- Used Claude to run an OpenProse workflow scanning the ASP .NET Core app for OWASP vulnerabilities
- Fixed vulnerabilities before Google's security audit partners reviewed the application
- Deployed ClamAV instance using Claude Code + Pulumi for attachment scanning
- The audit process took several weeks and required thorough security review
Development Approach
The developer wrote minimal code manually, instead focusing on:
- Writing PRDs and tech specs
- Planning RALPH loops and OpenProse workflows
- Approving mock-ups and UI designs
- Testing the application
The tool improved business metrics including close rate and ARR aging by enabling more frequent follow-ups while maintaining security controls.
📖 Read the full source: r/ClaudeAI
👀 See Also

context-link v1.0.0: Local MCP server reduces Claude Code token usage by 91%
context-link v1.0.0 is a local MCP server that indexes codebases with Tree-sitter to serve Claude only the exact symbols, dependencies and structure needed, reducing token usage by 91% in specific cases and 70-80% across full tasks.

OpenClaw developer builds unified memory system for AI agents
A developer has built a 15-tool unified memory system for OpenClaw AI agents that combines structured facts, vector search, entity graphs, episode timelines, hierarchical compression, and event-driven coordination. The system runs locally without cloud dependencies or monthly fees.

Open-Source SDK for AI Knowledge Work
ClioAI's kw-sdk offers a structured framework for AI agents performing knowledge work, implementing a self-verifying loop with task briefing, rubric creation, and verification.

MCP Server for Semantic Search in Obsidian Vaults
A developer built an MCP server that indexes Obsidian vaults into Qdrant with local embeddings, enabling semantic search instead of keyword matching. It chunks markdown by headings, uses BAAI/bge-small-en-v1.5 embeddings, and works with Claude Code, Cursor, Windsurf, or any MCP client.