slop-mcp

standardbeagle/slop-mcp
★ 0 stars Go AI/LLM Updated 3d ago
MCP orchestrator — connect dozens of MCP servers while exposing only 8 meta-tools, so tool definitions stop eating your context window
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "slop-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/standardbeagle/slop-mcp@latest"
      ]
    }
  }
}

README Excerpt

**Install many MCPs without killing your context.** slop-mcp is an MCP orchestrator that lets you connect dozens of MCP servers while exposing only 8 meta-tools to your agent. No more context window bloat from loading hundreds of tool definitions upfront. ``` Without slop-mcp: 50 MCPs × 20 tools = 1000 tool definitions in context

Tools (8)

auth_mcpexecute_toolget_metadatamanage_mcpsrun_slopsearch_toolsslop_helpslop_reference

Topics

ai-agentscontext-windowdeveloper-toolsgolangllm-toolsmcpmcp-gatewaymcp-orchestratormcp-servertool-discovery