From b97461b881019e5ea41d8568d6e96b4999acfa19 Mon Sep 17 00:00:00 2001 From: Santiago Aguiar Date: Wed, 20 May 2026 13:34:17 -0300 Subject: [PATCH 1/2] docs(readme): link to Monte Carlo connector in the Claude directory Adds a top-level callout pointing Claude.ai users to the verified connector listing, surfacing the path for non-IDE users. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a5599a..524972c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Monte Carlo's official toolkit for AI coding agents. Brings data observability — lineage, monitoring, validation, alerting, and metadata ingestion — directly into your development workflow. The toolkit bundles multiple skills into a single plugin that works across supported editors. +> Using Claude.ai (web or desktop) instead of a coding agent? Install Monte Carlo as a [verified connector from the Claude directory](https://claude.ai/directory/connectors/monte-carlo). + ## Features The toolkit bundles the following capabilities as a single **mc-agent-toolkit** plugin. Each feature is a [skill](skills/) that can also be used standalone. From c9176461e2daa197fb112e8fc331691dec0ef92b Mon Sep 17 00:00:00 2001 From: Santiago Aguiar Date: Wed, 20 May 2026 13:36:21 -0300 Subject: [PATCH 2/2] docs(readme): also link to the official connector listing page Links both the public connector page (claude.com) and the in-app install path (claude.ai). Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 524972c..dccf770 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Monte Carlo's official toolkit for AI coding agents. Brings data observability — lineage, monitoring, validation, alerting, and metadata ingestion — directly into your development workflow. The toolkit bundles multiple skills into a single plugin that works across supported editors. -> Using Claude.ai (web or desktop) instead of a coding agent? Install Monte Carlo as a [verified connector from the Claude directory](https://claude.ai/directory/connectors/monte-carlo). +> Using Claude.ai (web or desktop) instead of a coding agent? Monte Carlo is a [verified connector](https://claude.com/connectors/monte-carlo) in the Claude directory — [install it directly](https://claude.ai/directory/connectors/monte-carlo). ## Features