Using sfeed with OpenCode
OpenCode supports MCP servers directly. sfeed fits well when you want one agent to inspect status, pick a page, and post or schedule content.
1. Install and authenticate
curl -fsSL https://sfeed.dev/install.sh | sh
sfeed auth facebook 2. Add sfeed to OpenCode config
{
"mcp": {
"sfeed": {
"type": "local",
"command": ["sfeed", "mcp"]
}
}
} 3. First prompt to try
Use sfeed to check my status, list pages if needed, then schedule a Facebook post for tomorrow morning with the text "Daily update is ready". Ask me to confirm before you schedule it. 4. Demo script you can record
1. Start OpenCode with sfeed in MCP config
2. Ask it to inspect sfeed_status
3. Ask it to schedule a post
4. Confirm the draft
5. Ask it to call sfeed_schedule_list
6. Show the queued job Useful prompts
Post "Standup notes are ready" to Facebook on page_id "112233445566778".
Post ./assets/launch-card.jpg to Instagram with the caption "Launch day. v0.1.2 is live."
Show me failed scheduled posts and cancel the one with ID "7c31d4f2".