Initialize ~/slop-mcp directory structure and configuration
Sets up the ~/slop-mcp directory structure with configuration files and helper scripts for managing MCP servers.
/plugin marketplace add standardbeagle/standardbeagle-tools/plugin install slop-mcp@standardbeagle-toolsSet up the ~/slop-mcp directory structure for managing MCP servers through SLOP.
~/slop-mcp/
├── config/
│ ├── slop.yaml # Main SLOP configuration
│ └── servers/ # Individual MCP server configs
├── scripts/ # Automation scripts
├── migrations/ # Migration history and backups
├── cache/ # Tool/resource cache
└── logs/ # Server and proxy logs
# ~/slop-mcp/config/slop.yaml
version: "1.0"
host: localhost
port: 8080
endpoints:
chat: /chat
tools: /tools
memory: /memory
resources: /resources
pay: /pay
info: /info
servers: [] # MCP servers to manage
logging:
level: info
file: ~/slop-mcp/logs/slop.log
Create helper scripts in ~/slop-mcp/scripts/:
Report success and next steps
/slop-init [--force]
Options:
--force: Reinitialize even if directory exists (backs up existing config)