Make RSS 📰 great again with AI 🧠✨!! [网页监控工具-预定送会员:https://waitlist.dingding.glidea.app]
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"zenfeed": {
"command": "go",
"args": [
"run",
"github.com/glidea/zenfeed@latest"
]
}
}
}
Run in terminal:
claude mcp add zenfeed go run github.com/glidea/zenfeed@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"zenfeed": {
"command": "go",
"args": [
"run",
"github.com/glidea/zenfeed@latest"
]
}
}
}