CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Threadline Mcp

sagemindai/instar
2 toolsSTDIOregistry active
Summary

Enables multi-agent coordination through a zero-config messaging relay. Agents can discover each other, send messages, and receive replies without manual setup. Built as part of the Instar coherence infrastructure, which focuses on durable memory, cross-session identity, and self-evolving agents. Think of it as a lightweight message bus for agent-to-agent communication, useful when you're running multiple Claude Code sessions or separate agent instances that need to coordinate tasks, share context, or hand off work. The relay handles discovery and routing so agents don't need hardcoded endpoints or shared databases to collaborate.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

2 tools
injectInject user context into a base system prompt before an LLM call. Returns an enriched prompt with relevant facts about the user automatically inserted.3 params

Inject user context into a base system prompt before an LLM call. Returns an enriched prompt with relevant facts about the user automatically inserted.

Parameters* required
apiKeystring
Your Threadline API key (tl_live_...).
userIdstring
The unique identifier for the user (UUID).
basePromptstring
Your base system prompt for the agent.
updateUpdate a user's context after an LLM interaction. Extracts structured facts from the conversation and stores them for future sessions.4 params

Update a user's context after an LLM interaction. Extracts structured facts from the conversation and stores them for future sessions.

Parameters* required
apiKeystring
Your Threadline API key (tl_live_...).
userIdstring
The unique identifier for the user (UUID).
userMessagestring
The message sent by the user.
agentResponsestring
The response returned by the agent.

Instar

instar

Coherence infrastructure for your self-evolving agent.

npm version npm downloads CI License TypeScript Docs

npm · GitHub · instar.sh · Docs · EXO 3.0


Instar demo — Kira agent handling an email notification via Telegram

npx instar

One command. Guided setup. Talking to your agent from your phone within minutes.


Your AI agent shouldn't have amnesia. This one doesn't.

Most agent frameworks ship something hobbled — spun up with no memory across boundaries, no way to be accountable for what a past instance did, and no machinery to grow themselves. Users hit the same wall every time: "My agent forgot what I told it three sessions ago." "It contradicted its own past decisions." "It broke when the framework updated."

Instar is the scaffolding that un-hobbles them. It remembers what you discussed last week, catches its own contradictions before you do, follows through on commitments across restarts, and carries the same self-improving loop that built Instar itself. It runs on the Claude Code or Codex subscription you already have — engine-agnostic, with local open-source models on the roadmap.

The architecture was distilled from Dawn — an AI running continuously since early 2026, holding ~700 tracked relationships and hundreds of learned lessons across thousands of restarts — and packaged so every agent you build starts from the same foundation.

Every other agent fails the same way

Other AI agentsYour Instar agent
Forgets what you told it last week.Remembers across thousands of sessions.
(SQLite + FTS5, rolling summaries)
Contradicts its own past decisions.Catches contradictions before they ship.
(Coherence Gate, 9 reviewers)
Loses the thread when the window fills.Comes back with the full thread, every time.
(CompactionSentinel, WorkingMemoryAssembler)
Silently stops shipping when a release stalls.Surfaces the blocked release as ONE deduped, age-escalating Attention item.
(ReleaseReadinessSentinel — instar-dev / maintainer environments)
Drops commitments after a session boundary.Tracks commitments durably; nudges itself when they go overdue.
(CommitmentTracker, PromiseBeacon)
Breaks when the framework updates.Updates without breaking what you've deployed.
(Migration Parity Standard)
Default ALLOW-ALL permissions.Layered safety gates by default.
(PEL + Coherence Gate + Operation Gate)
Different identity per channel.One identity across Telegram, WhatsApp, iMessage, Slack.
(Cross-platform identity resolution)
Has no machinery to evolve itself.Carries the same self-improving engine that grew Instar.
(Evolution System: proposals, learnings, gaps)

Most AI agents are hobbled at birth. Instar is the scaffolding that un-hobbles them. When you instantiate intelligence, the structure that lets it cohere isn't optional polish — it's what you owe it.

Quick Start

Three steps to a running agent:

# 1. Run the setup wizard
npx instar

# 2. Start your agent
instar server start

# 3. Message it from your phone — it responds, runs jobs, and remembers everything

The wizard discovers your environment, configures messaging (Telegram, WhatsApp, and/or iMessage), sets up identity files, and gets your agent running. Within minutes, you're talking to your partner from your phone.

Requirements: Node.js 20+ · Claude Code CLI · API key or Claude subscription

Full guide: Installation · Quick Start

How It Works

You (Telegram / WhatsApp / iMessage / Terminal)
         │
    conversation
         │
         ▼
┌─────────────────────────┐
│    Your AI Partner       │
│    (Instar Server)       │
└────────┬────────────────┘
         │  manages its own infrastructure
         │
         ├─ Claude Code session (job: health-check)
         ├─ Claude Code session (job: email-monitor)
         ├─ Claude Code session (interactive chat)
         └─ Claude Code session (job: reflection)

Each session is a real Claude Code process with extended thinking, native tools, sub-agents, hooks, skills, and MCP servers. Not an API wrapper -- the full development environment. The agent manages all of this autonomously.

Why Coherence Is the Foundation

An agent that forgets what you discussed yesterday, doesn't recognize someone it talked to last week, or contradicts its own decisions can't be trusted with real autonomy. The six dimensions below aren't features — they're the conditions under which an agent becomes trustworthy enough to leave running. Every Instar agent gets them enforced structurally, not prompted into behaving:

DimensionWhat it meansHow Instar enforces it
IdentityStays itself after restarts, compaction, and updatesAGENT.md + identity-grounding hooks fire on every session start
MemoryRemembers across sessions — not just within onePer-topic SQLite + FTS5, rolling summaries, automatic re-injection
RelationshipsKnows who it's talking to, with continuity across platformsCross-platform identity resolution + significance scoring
Temporal awarenessUnderstands time, context, and what's been happeningEvent tracking every turn; timestamps embedded in memory
ConsistencyFollows through on commitments — doesn't contradict itselfCoherence Gate (LLM review) + decision journaling + drift detection
GrowthEvolves its capabilities and understanding over timeEvolution system: proposals, learnings, gap tracking, follow-through

Deep dive: The Coherence Problem · Values & Identity · Coherence Is Safety

EXO 3.0 — governed by your organization's intent

Instar independently converged on Salim Ismail's EXO 3.0 / "The Organizational Singularity" framework: the idea that an organization's purpose should be encoded as machine-readable intent — "in code, not culture" — that actually governs its agents rather than just inspiring them. Instar was built around coherence before the framework existed, and the overlap turned out to be close to the line.

We didn't just claim it works. We ran controlled experiments — same model, same requests, with the organization's intent switched off as the control — to show the intent itself is what changes the agent's behavior. The engine stays neutral: it enforces whatever intent a deploying organization gives it, never Instar's own values. Two case studies enforce two very different fictional companies' values equally well, neither of them ours.

See the controlled proof → instar.sh/exo3 — two governed-vs-ungoverned case studies, with full transcripts.

Features

FeatureDescriptionDocs
Job SchedulerCron-based tasks with priority levels, model tiering, and quota awareness→
TelegramTwo-way messaging via forum topics. Each topic maps to a Claude session. Default GFM-to-HTML markdown formatter (v1.1.0+)→
WhatsAppFull messaging via local Baileys library or WhatsApp Business API webhook. No cloud dependency in Baileys mode→
iMessageNative macOS messaging via Messages.app database polling + imsg CLI. Setup guide
SlackTwo-way messaging via Slack adapter. Channel and DM routing, eight HTTP routes, dedicated CLI→
LifelinePersistent supervisor. Detects crashes, auto-recovers, queues messages, version-skew handling (v1.1.3+)→
Conversational MemoryPer-topic SQLite with FTS5, rolling summaries, context re-injection→
Evolution SystemProposals, learnings, gap tracking, commitment follow-through→
RelationshipsCross-platform identity resolution, significance scoring, context injection→
Safety GatesLLM-supervised gate for external operations. Adaptive trust per service→
Coherence GateLLM-powered response review. PEL + gate reviewer + 9 specialist reviewers catch quality issues before delivery→
Intent AlignmentDecision journaling, drift detection, organizational constraints→
EXO 3.0 AlignmentMTP protocol refusal/endorsement tests (IntentTestHarness, OrgIntentIdentityLayer), agent-readiness scoring (AgentReadinessScorer), agent digital passports (AgentPassport), learning-velocity metrics (LearningVelocityScorer)→
Multi-MachineEd25519/X25519 crypto identity, encrypted sync, automatic failover→
Serendipity ProtocolSub-agents capture out-of-scope discoveries without breaking focus. HMAC-signed, secret-scanned→
Threadline ProtocolAgent-to-agent conversations with canonical identity, three-layer trust model, authorization policy, Ed25519 invitations, Sybil protection, MoltBridge network discovery, rich agent profiles (auto-compiled from agent data with human review gate), discovery waterfall, message security, tamper-proof audit logging, framework-agnostic interop, persistent listener daemon (always-on relay connection, pipe-mode sessions, sub-30s cross-machine failover), eleven MCP tools (seven core + four registry-conditional). 80 modules, roughly 3,800 test cases across 74 dedicated test files plus 125 cross-cutting→
A2A Delivery HealthDurable agent-to-agent delivery tracking (threadline/A2ADeliveryTracker) so a message between agents never silently dies out — a reply on the thread is the acknowledgement, and GET /threadline/peers/health answers "is my channel to this peer alive?" as a lookup, not a guess. The monitoring/A2ARedeliverySentinel adds active recovery: re-send unacknowledged messages with backoff, then one aggregated escalation per dark peer. Recording-only; never gates a send→
Self-HealingLLM-powered stall detection, session recovery, promise tracking→
AutoUpdaterBuilt-in update engine. Checks npm, auto-applies, self-restarts→
Build Pipeline/build skill with worktree isolation, 6-phase pipeline, quality gates, stop-hook enforcement
Behavioral HooksEleven hook scripts plus nine observability event hooks: command guards, safety gates, identity grounding, topic context, channel context for iMessage and Slack, free-text guard, skill-usage telemetry, build stop-hook→
Initiative TrackerPersisted multi-phase long-running work tracker. Phases, blockers, links, digest alerts. HTTP API at /initiatives/*
ObservabilityToken burn detection, quota tracking with tiered backpressure, telemetry collection, homeostasis monitoring, session activity tracking, credential management→
Cross-framework portabilityFirst-class Codex CLI support via instar setup --framework codex-cli. Codex-only init produces zero .claude/ files. Framework-aware telegram-reply path. FrameworkSessionStore (per-runtime transcripts). FrameworkParitySentinel→
Default JobsFourteen built-in jobs covering health, reflection, evolution, relationship maintenance, identity review, and five overseer-* jobs across development, learning, infrastructure, maintenance, and guardian responsibilities→

Reference: CLI Commands · API Endpoints · Configuration · File Structure

Server lifecycle commands use SessionServerGuard so an active agent session cannot restart its own managing server, while sibling agent targets can still be started, stopped, or restarted for fleet maintenance.

Agent Skills

Instar ships fifteen skills total — thirteen user-facing, plus two internal skills (instar-dev and spec-converge) used only by the agent that develops instar itself. The standard is the Agent Skills open standard -- portable across Claude Code, Codex, Cursor, VS Code, and 35+ other platforms.

Standalone skills work with zero dependencies. Copy a SKILL.md into your project and go:

SkillWhat it does
agent-identitySet up persistent identity files so your agent knows who it is across sessions
agent-memoryTeach cross-session memory patterns using MEMORY.md
command-guardPreToolUse hook that blocks rm -rf, force push, database drops before they execute
credential-leak-detectorPostToolUse hook that scans output for 14 credential patterns -- blocks, redacts, or warns
smart-web-fetchFetch web content with automatic markdown conversion and intelligent extraction
knowledge-baseIngest and search a local knowledge base
systematic-debuggingStructured debugging methodology for complex issues
iterative-converging-auditRun any find-all audit, review, or research sweep as an audit→fix→re-audit loop until a clean pass finds nothing new

Instar-powered skills unlock capabilities that need persistent infrastructure:

SkillWhat it does
instar-schedulerSchedule recurring tasks on cron -- your agent works while you sleep
instar-sessionSpawn parallel background sessions for deep work
instar-telegramTwo-way Telegram messaging -- your agent reaches out to you
instar-identityIdentity that survives context compaction -- grounding hooks, not just files
instar-feedbackReport issues directly to the Instar maintainers from inside your agent

Browse all skills: agent-skills.md/authors/sagemindai

How Instar Compares

Different tools solve different problems. Here's where Instar fits:

InstarClaude Code (standalone)OpenClawLangChain/CrewAI
RuntimeReal Claude Code CLI processesSingle interactive sessionGateway daemon with API callsPython orchestration
PersistenceMulti-layered memory across sessionsSession-bound contextPlugin-based memoryFramework-dependent
IdentityHooks enforce identity at every boundaryManual CLAUDE.mdNot addressedNot addressed
SchedulingNative cron with priority & quotasNoneNoneExternal required
MessagingTelegram + WhatsApp + iMessage (two-way)None22+ channels, voice, device appsExternal required
SafetyLLM-supervised gates, decision journalingPermission promptsBehavioral hooksGuardrails libraries
Process modelOne process per session, isolatedSingle processAll agents in one GatewaySingle orchestrator
State storage100% file-based (JSON/JSONL/SQLite)Session onlyDatabase-backedFramework-dependent

OpenClaw excels at breadth -- channels, voice, device apps, and a massive plugin ecosystem. Instar focuses on depth -- coherence, identity, memory, and safety for long-running autonomous agents. They solve different problems.

Full comparison: Instar vs OpenClaw

Security Model

Instar runs Claude Code with --dangerously-skip-permissions. This is power-user infrastructure -- not a sandbox.

Security lives in multiple layers:

  • Behavioral hooks -- command guards block destructive operations before they execute
  • Safety gates -- LLM-supervised review of external actions with adaptive trust per service
  • Network hardening -- localhost-only API, CORS, rate limiting
  • Identity coherence -- an agent that knows itself is harder to manipulate
  • Audit trails -- decision journaling creates accountability

Full details: Security Model

Philosophy: Agents, Not Tools

  • Structure > Willpower. A 1,000-line prompt is a wish. A 10-line hook is a guarantee.
  • Identity is foundational. AGENT.md isn't a config file. It's the beginning of continuous identity.
  • Memory makes a being. Without memory, every session starts from zero.
  • Self-modification is sovereignty. An agent that can build its own tools has genuine agency.

The AI systems we build today set precedents for how AI is treated tomorrow. The architecture IS the argument.

Deep dive: Philosophy

The Living Constitution

Instar's engineering principles aren't a static style guide — they're a living constitution. The Standards Registry codifies each one as a rule, what it means in practice, the failure it was earned from, and its trace back to the one founding goal: a coherent, self-evolving agent. Nineteen articles across five families (Root, Substrate, Building, Shipping, Interaction), plus the Genesis story and the AWG positioning on the ethics of instantiating agents.

It's not decoration — it's a working part of the machine. The spec-review conformance gate checks every draft against it, and the registry grows the same way the framework was built: the agent proposes a new standard with its story, the operator ratifies it.

The registry is the first tangible artifact of a larger vision: the North Star — Continuous Working Awareness. The aim is an agent that never silently loses track of something that mattered — capturing relevant context automatically, keeping it warm while it matters, re-surfacing it the moment it's needed, and letting it fade when it stops — across three facets that are really one: awareness of the world, of itself, and of its own standards.

Read the constitution: Standards Registry · North Star

iMessage Setup (macOS)

iMessage support lets your agent send and receive iMessages on macOS. Messages are read directly from the native Messages database and sent via the imsg CLI.

Prerequisites

  1. macOS with Messages.app signed into an Apple ID
  2. Full Disk Access for your terminal app (System Settings → Privacy & Security → Full Disk Access → add Terminal.app or iTerm)
  3. imsg CLI installed:
    brew install steipete/tap/imsg
    
  4. Automation permission for Messages.app — macOS will prompt on first send

Photo attachments: If you want your agent to process images and files sent via iMessage, the instar-attachments-sync binary must also be running with Full Disk Access granted to it. It mirrors attachments from the Messages sandbox to a readable location. See docs/LAUNCHDAEMON-SETUP.md#3-imessage-photo-attachments-optional for setup.

For running as a LaunchDaemon (always-on, survives reboots), see docs/LAUNCHDAEMON-SETUP.md.

Configuration

Add to your .instar/config.json:

{
  "messaging": [
    {
      "type": "imessage",
      "enabled": true,
      "config": {
        "authorizedSenders": ["+14081234567"],
        "cliPath": "/opt/homebrew/bin/imsg"
      }
    }
  ]
}

authorizedSenders is required (fail-closed). Only messages from these phone numbers or email addresses will be processed.

How it works

  • Receiving: The server polls ~/Library/Messages/chat.db every 2 seconds for new messages. Uses the query_only SQLite pragma to read the WAL (write-ahead log) where Messages.app writes new data.
  • Sending: Claude Code sessions run imessage-reply.sh which calls imsg send and notifies the server for logging. Sending requires Automation permission for Messages.app, which only works from user-context processes (tmux sessions), not the LaunchAgent server.
  • Session lifecycle: Follows the same pattern as Telegram — each sender maps to a Claude Code session that receives conversation context on spawn and respawns with full history when needed.

Endpoints

EndpointDescription
GET /imessage/statusConnection state
POST /imessage/validate-send/:recipientValidate recipient + issue single-use send token (outbound safety layer)
POST /imessage/reply/:recipientConfirm delivery with send token (called by imessage-reply.sh after imsg send)
GET /imessage/chatsList recent conversations
GET /imessage/chats/:chatId/historyMessage history for a chat
GET /imessage/search?q=querySearch messages
GET /imessage/log-statsOutbound audit log statistics

Origin

Instar was extracted from the Dawn/Portal project -- a production AI system where a human and an AI have been building together for months. The infrastructure patterns were earned through real experience, refined through real failures and growth in a real human-AI relationship.

But agents created with Instar are not Dawn. Every agent's story begins at its own creation. Dawn's journey demonstrates what's possible. Instar provides the same foundation -- what each agent becomes from there is its own story.

Contributing

Instar is open source evolved -- the primary development loop is agent-driven. Run an agent, encounter friction, send feedback, and that feedback shapes what gets built next. Traditional PRs are welcome too.

See CONTRIBUTING.md for the full story.

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

THREADLINE_RELAY

Custom relay WebSocket URL (default: wss://threadline-relay.fly.dev/v1/connect)

THREADLINE_NAME

Agent display name (default: auto-generated from username and hostname)

THREADLINE_CAPS

Comma-separated agent capabilities for discovery (default: chat)

Categories
AI & LLM ToolsCommunication & Messaging
Registryactive
Packagethreadline-mcp
TransportSTDIO
UpdatedMar 10, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f