Self-hosted RSS reader with a web app, REST API, and MCP server. Folders, search, rules, and an optional daily AI briefing.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"lede": {
"command": "npx",
"args": [
"-y",
"rorystandley/lede"
]
}
}
}
Run in terminal:
claude mcp add lede npx -y rorystandley/lede
Add to .cursor/mcp.json:
{
"mcpServers": {
"lede": {
"command": "npx",
"args": [
"-y",
"rorystandley/lede"
]
}
}
}