From 5eb3ee4d0809be2910e5f7a9050c09a199c05fd0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe LeBlanc Date: Sat, 15 Aug 2026 10:03:36 -0400 Subject: [PATCH] Add AIStoryHub/etincel to Developer Tools Deterministic, local AI-writing-tells audit + trainable voice layer, MCP server, CLI, and GitHub Action. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01U24Csv17sJtoAqZtS1eNLU --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..ae14a2283 100644 --- a/README.md +++ b/README.md @@ -1083,6 +1083,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [saiffmirza/kiyas](https://github.com/saiffmirza/kiyas) [![saiffmirza/kiyas MCP server](https://glama.ai/mcp/servers/saiffmirza/kiyas/badges/score.svg)](https://glama.ai/mcp/servers/saiffmirza/kiyas) 📇 🏠 ☁️ 🍎 🪟 🐧 - Design-fidelity checks for AI agents: compare a Figma frame (or any design screenshot) against the rendered implementation and get structured discrepancies with CSS properties and severity. Resolves a natural-language component description to a URL + selector in your codebase, screenshots it with Playwright, and compares via vision AI using your existing Claude Code or Codex subscription — no API keys. 90% mutation recall, zero false positives on its golden eval set. `npx -y kiyas-cli mcp` - [sapph1re/mcp-billing-gateway-sdk](https://github.com/sapph1re/mcp-billing-gateway-sdk) [![sapph1re/mcp-billing-gateway-sdk MCP server](https://glama.ai/mcp/servers/sapph1re/mcp-billing-gateway-sdk/badges/score.svg)](https://glama.ai/mcp/servers/sapph1re/mcp-billing-gateway-sdk) 📇 ☁️ - Billing infrastructure for MCP server operators. Add Stripe subscriptions, per-call credits, tiered pricing, and x402 crypto micropayments to any MCP server without writing billing code. Operator dashboard included. - [agenticempire/axint](https://github.com/agenticempire/axint) [![agenticempire/axint MCP server](https://glama.ai/mcp/servers/agenticempire/axint/badges/score.svg)](https://glama.ai/mcp/servers/agenticempire/axint) 📇 🏠 - Apple-native execution layer for AI agents. Compiles TypeScript to validated Swift — App Intents, SwiftUI views, WidgetKit widgets, and full apps. 13 MCP tools, 150 diagnostics, 500 tests. +- [AIStoryHub/etincel](https://github.com/AIStoryHub/etincel) [![AIStoryHub/etincel MCP server](https://glama.ai/mcp/servers/AIStoryHub/etincel/badges/score.svg)](https://glama.ai/mcp/servers/AIStoryHub/etincel) 🎖️ 📇 🏠 ☁️ 🍎 🪟 🐧 - Deterministic, local audit for AI writing tells (uniform paragraphs, hedged authority, stock transitions), paired with a trainable voice layer so Claude, Cursor, or any MCP client drafts closer to a real voice before you read it. No model call in the audit path. Also ships as a CLI and GitHub Action. `npx etincel serve` - [callstackincubator/agent-device](https://github.com/callstackincubator/agent-device) [![callstackincubator/agent-device MCP server](https://glama.ai/mcp/servers/callstackincubator/agent-device/badges/score.svg)](https://glama.ai/mcp/servers/callstackincubator/agent-device) 📇 🏠 🍎 🐧 - Discovery router for the agent-device CLI. Exposes status, install guidance, version-matched help, prompts, and resources for iOS, Android, tvOS, macOS, and Linux automation workflows. - [cq27-dev/rag-rat](https://github.com/cq27-dev/rag-rat) [![cq27-dev/rag-rat MCP server](https://glama.ai/mcp/servers/cq27-dev/rag-rat/badges/score.svg)](https://glama.ai/mcp/servers/cq27-dev/rag-rat) 🦀 🏠 🍎 🪟 🐧 - Local repo-intelligence index and MCP server for coding agents — "what a repository knows about itself." Hybrid BM25 + vector semantic search, a tree-sitter code graph (callers/callees/imports across Rust, TS/TSX, Kotlin, C/C++, Python) with an optional compiler-grade SCIP oracle, queryable git/GitHub history, and typed, source-anchored repo memories (Invariant, Decision, Risk, …) that persist across sessions. Every result carries provenance — confidence labels and coverage warnings. Keeps source read-only; a background watcher keeps queries fresh. PreToolUse hooks augment `grep` and flag near-duplicate code as you write it. `cargo install rag-rat` - [drhalto/agentmako](https://github.com/drhalto/agentmako) [![drhalto/agentmako MCP server](https://glama.ai/mcp/servers/drhalto/agentmako/badges/score.svg)](https://glama.ai/mcp/servers/drhalto/agentmako) 📇 🏠 🍎 🪟 🐧 - Local-first codebase intelligence engine. Gives coding agents structured context packets, indexed code/schema facts, and diagnostics over MCP, backed by a local SQLite store — so agents stop rediscovering your repo with raw grep. Optional Postgres/Supabase awareness and a bundled Claude Code plugin.