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

Runrun.it MCP Server

znetinho/plugin-sentinel-mcp
authSTDIOregistry active
Summary

Connects Claude to Runrun.it's task management API so you can create and update tasks, post comments, and manage projects without leaving your conversation. The server also integrates Cloudinary for image hosting (useful for attaching screenshots or documentation to tasks) and includes optional Discord webhook support for posting updates to team channels. You'll need your Runrun.it app key and user token, plus Cloudinary credentials if you want the image upload features. Aimed at agencies running their workflow through Runrun.it who want to log work, update task status, or sync project updates through Claude instead of switching to the web interface.

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 →

Plugin N1 + MCP runrunit (Cursor)

Plugin do Cursor com regras, skills, agentes, comandos, e MCP para padronizar o trabalho da sua agência.

Estrutura

agency-plugin/
├── .cursor-plugin/
│   └── plugin.json        # Manifesto do plugin
├── mcp-runrunit/          # Servidor MCP para Runrun.it (Tasks + Comments + Discord)
├── docs/                  # Documentação de referência (API, workflows, entidades)
│   └── Indíce.md          # Índice dos tópicos — os agentes consultam esta pasta
├── rules/                 # Regras (.mdc)
│   ├── coding-standards.mdc
│   ├── review-checklist.mdc
│   └── docs-reference.mdc # Orienta os agentes a consultar docs/
├── skills/                # Skills do agente
│   └── code-reviewer/
│       └── SKILL.md
├── agents/                # Agentes personalizados
│   └── security-reviewer.md
├── commands/               # Comandos executáveis
│   └── deploy-staging.md
├── hooks/
│   └── hooks.json         # Hooks (opcional)
├── assets/
│   └── logo.svg           # Logo do plugin
└── README.md

O que está incluído

  • Regras: padrões de código, checklist de revisão e referência à pasta docs/ — os agentes são orientados a consultar docs/ (e o docs/Indíce.md) para documentação do projeto, API e workflows.
  • Skills: skill de revisão de código alinhada aos padrões da agência.
  • Agentes: revisor de segurança para análise de vulnerabilidades.
  • Comandos: exemplo de comando de deploy para staging (edite conforme seu fluxo).

Como usar

  1. Insira a configuração do MCP no seu Cursor.
"runrunit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-runrunit"
      ],
      "env": {
        "RUNRUNIT_APP_KEY": "<APP_KEY>",
        "RUNRUNIT_USER_TOKEN": "<USER_TOKEN>",
        "CLOUDINARY_CLOUD_NAME": "<CLOUD NAME>",
        "CLOUDINARY_API_KEY": "<CLOUDINARY_API_KEY>",
        "CLOUDINARY_API_SECRET": "<CLOUDINARY_API_SECRET>",
        "BOT_DISCORD_TOKEN_PUBLIC_ID": "<BOT_DISCORD_TOKEN_PUBLIC_ID>",
        "BOT_RUNRUNIT_REPORT_PRIVATE_KEY": "<BOT_RUNRUNIT_REPORT_PRIVATE_KEY>",
        "DISCORD_GUILD_ID": "<DISCORD_GUILD_ID>",
        "DISCORD_CHANNEL_ID": "<DISCORD_CHANNEL_ID>"
      }
    },

**

Substitua os valores entre "" acima por chaves reais

  1. As credenciais do runrunit, basta pegar no perfil. https://i.imgur.com/qT6Xmcz.png

  2. Obter as credenciais do Cloudinary (bucket online para hospedagem de imagens, disponibiliza links para as documentações)

    2.1 Faça login/registro https://cloudinary.com/users/register_free (Utilize sua conta google ou Github)

    2.2 https://i.imgur.com/cfyDVXA.png

    2.3 https://i.imgur.com/ckwAfby.png

  3. As variaveis do Discord hoje são uma utilização opicional, visando implementação futura onde iremos unificar os canais dos clientes com os gestores sinalizando andamentos, impeditivos, finalizações ou qualquer outro evento relevante para o acompanhamento.

Skills disponíveis no README.md do MCP

Publicação

Para publicar no marketplace do Cursor:

  1. Hospede o plugin em um repositório Git público.
  2. Acesse cursor.com/marketplace/publish e envie o link do repositório.
  3. Confira o guia de criação de plugins para o checklist de envio.

Licença

Ajuste conforme a licença da sua agência (ex.: MIT, proprietária).

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

RUNRUNIT_APP_KEY*secret

Runrun.it API App-Key (application key)

RUNRUNIT_USER_TOKEN*secret

Runrun.it API User-Token (user authentication)

Registryactive
Packagemcp-runrunit
TransportSTDIO
AuthRequired
UpdatedMar 9, 2026
View on GitHub