CommunicationVerifiedTypeScript
agents
Persistent AI agents that run 24/7 in your Slack, Telegram, SMS, or email.
N/A rating (0 reviews)0 installs1,042 GitHub stars
Create AI Agents in a No-Code Visual Builder or TypeScript SDK with full 2-way sync. For shipping AI assistants and multi-agent AI workflows.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agents": {
"args": [
"mcp-remote",
"https://stumpy.ai/mcp/message"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.