docs: update README to include installation instructions for AI agent

This commit is contained in:
Space-Banane
2026-06-17 21:43:56 +02:00
parent 6c0a079808
commit 81ac5973e6
+8
View File
@@ -2,6 +2,14 @@
MCP server for the [BetterNews](https://betternews.app) API. Works with Claude, Codex, OpenClaw, and any other MCP-compatible client.
## Install with an AI agent
Tell your agent:
> Install the BetterNews MCP server from `https://gitea.reversed.dev/betternews/mcp-server`. Clone it, run `pnpm install && pnpm build`, then add it to your MCP config pointing at `dist/index.js` with a `BETTERNEWS_API_KEY` env var. Get an API key from Settings → API Keys on betternews.app and choose only the scopes you need.
---
## Setup
### 1. Get an API key