From 81ac5973e621fa1ebc6a350f202cb7d1d8fa7f60 Mon Sep 17 00:00:00 2001 From: Space-Banane Date: Wed, 17 Jun 2026 21:43:56 +0200 Subject: [PATCH] docs: update README to include installation instructions for AI agent --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4f610c6..7052b52 100644 --- a/README.md +++ b/README.md @@ -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