
sloppy
An LLM agent
Repository Info
About This Server
An LLM agent
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
SLOPPY
A sloppy CLI agent which supports MCP servers.
Agent Delegation
Sloppy's main agent can delegate subtasks by spawning child agents, which are themselves new, independent instances of Sloppy. These child agents execute their assigned portion of a task and return only a brief summary of their results (not their full output or detailed execution logs). This prevents the main agent's context window from being filled with unnecessary detail and helps the parent agent stay focused on the overall task.
Install
go install github.com/icholy/sloppy@latest
Run
$ sloppy
Tell sloppy what to do
You: I'd like some slop.
Tools
Sloppy comes with 5 built-in tools:
run_command: Executes shell commandsrun_agent: Delegates subtasks to child agentsapply_diff: Applies search/replace changes to a text file using diff blocksread_file: Reads content from a file, optionally specifying line rangeswrite_file: Creates or replaces a file with specified content
Note: These can be disabled using the --builtin flag.
MCP
Additional MCP server may be configured using a sloppy.json file.
The file shares the same configuration format as Cursor's MCP configs.
{
"mcpServers": {
"server-name": {
"command": "semgrep-cli-mcp",
"args": ["--configs", "my-semgrep-configs"]
}
}
}
Use the --config flag to load the configuration file.
sloppy --config ./sloppy.json
Quick Start
Clone the repository
git clone https://github.com/icholy/sloppyInstall dependencies
cd sloppy
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.