CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
lassare-hq avatar

Lassare

lassare-hq/agent-configs
authHTTPregistry active
Summary

This server gives AI coding agents like Claude Code, Cursor, and Copilot a way to ask you questions and get approvals through Slack instead of blocking at your terminal. It exposes two MCP tools: ask for clarifications and approve for risky operations. You configure it in your agent's MCP settings, and when the agent needs input or tries something dangerous like rm -rf or git push --force, you get a Slack DM or approval buttons on your phone. Built for keeping agents running while you're away from your desk. Questions expire after 15 minutes if unanswered. Works over streamable-http transport.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Lassare — Control Claude Code, Copilot, Cursor & Gemini CLI Remotely

Your AI coding agent keeps running. When it needs your input, Lassare sends the question to Slack. You answer from your phone. The agent continues.

Lassare is an MCP server that lets you respond to AI coding agent questions remotely via Slack — so you don't have to stay at your desk while your agent works.

Supported Agents

Tested & Documented

  • Claude Code — MCP config, slash commands, hooks
  • GitHub Copilot (VS Code) NEW — MCP config, prompt files, hooks
  • Cursor — MCP config, slash commands, hooks
  • Gemini CLI — MCP config, slash commands, hooks

Other MCP Clients

Lassare works with any MCP-compatible agent (Windsurf, Continue, Aider, and more). Use the generic config as a starting point.

Using a different agent? Let us know what works or what you'd like us to support next.

Quick Start

  1. Sign up at portal.lassare.com and connect your Slack workspace
  2. Get your API key from Agent Setup
  3. Choose your agent from the folders above
  4. Follow the README in that folder

Setup is manual — you copy config files into your project. This keeps everything transparent and customizable with no hidden dependencies.

How It Works

┌────────────────┐     ┌─────────────┐     ┌─────────────┐
│  Your Agent    │────▶│   Lassare   │────▶│ Your Slack  │
│ (ask / approve)│◀────│   (MCP)     │◀────│ (DM/mobile) │
└────────────────┘     └─────────────┘     └─────────────┘
  agent continues       relays answer        you respond

Two tools:

  1. ask — Agent needs clarification → you get a Slack DM → reply with your answer
  2. approve — Agent needs permission for a risky action → you get Approve/Deny buttons in Slack

Hooks (included for supported agents):

  • Auto-approve mode keeps the agent moving between questions
  • Lassare hooks intercept dangerous commands (rm -rf, git push --force, sudo, etc.) and route them to Slack — so you stay in control from anywhere
  • The list of dangerous commands is customizable in permission-approve.sh
  • A stop hook asks "Anything else?" before the agent stops

Questions and approvals expire after 15 minutes if not answered.

Common Questions

How do I control Claude Code remotely? Add Lassare as an MCP server in your .mcp.json. When Claude Code needs input, it calls the ask tool — the question arrives on Slack, you respond from your phone, Claude Code continues.

Can I answer Cursor questions from my phone? Yes. Configure Lassare in Cursor's MCP settings. When the agent hits a decision point, you get a Slack notification and reply from anywhere.

Does GitHub Copilot in VS Code work with Lassare? Yes. VS Code 1.109+ supports MCP servers and agent hooks. Add Lassare to .vscode/mcp.json and enable hooks for remote approval of dangerous commands.

Does Gemini CLI work with Lassare? Yes. Gemini CLI supports MCP servers. Add Lassare to your settings and agent questions arrive via Slack.

Can I use my AI coding agent while AFK? That's exactly what Lassare is for. Your agent keeps running wherever it's running — you just answer questions remotely via Slack when it needs your input.

Is my code sent to Lassare? No. Lassare only sees the questions your agent sends. Your code stays on your machine.

Modes

  • Inline mode (default): Questions asked directly in the conversation — for when you're at your desk
  • Slack mode: Questions go to your Slack DM — respond from your phone while AFK

Toggle with /lassare-slack or /lassare-inline commands.

Note: Hook behavior depends on your agent's version and may change with updates. If something stops working after an agent update, open an issue. To propose changes, submit a PR.

Pricing

  • Free: 200 questions/month, no credit card required
  • Solo: $9/month for 2,000 questions/month

Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

Ways to contribute:

  • Add support for new agents
  • Improve prompts for better agent behavior
  • Fix bugs or typos
  • Add examples and use cases

Links

  • Website — How it works, setup guide, and pricing
  • Portal — Get your API key
  • Status — Service status and uptime
  • Feedback & Issues
  • support@lassare.com — Support

License

MIT License - see LICENSE

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
AI & LLM ToolsCommunication & Messaging
Registryactive
TransportHTTP
AuthRequired
UpdatedFeb 20, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
malamutemayhem avatar
UnClick

io.github.malamutemayhem/unclick-mcp-server

AI agent tool marketplace. 60+ tools for social, e-commerce, accounting, and messaging.
4
yarnabrina avatar
Learning Model Context Protocol

io.github.yarnabrina/mcp-learning

MCP server that can perform basic arithmetic operations and parse/evaluate arithmetic expressions.
4
tessera-llm avatar
Tessera MCP Server

tessera-llm/mcp-server

MCP server for Tessera's LLM cost-optimization layer: anchored spend, drift, recommendations.
4
agentcentral-to avatar
agentcentral

to.agentcentral/amazon-seller-central

Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
4
unifapi-agent avatar
UnifAPI

com.unifapi/mcp

Hosted MCP server for live public-data APIs and Skills for AI agents.
3
warwickwood-cell avatar
GenGEO Agent Registry

io.github.warwickwood-cell/gengeo

Merchant verification for AI shopping agents.
3