Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

README Insight

БесплатноНе проверен

Provides tools to summarize README files from local paths or public Git repositories into structured JSON summaries. It enables users to quickly extract key fac

GitHubEmbed

Описание

Provides tools to summarize README files from local paths or public Git repositories into structured JSON summaries. It enables users to quickly extract key facts and project overviews from documentation through automated tool calls.

README

Small MCP server that summarizes README files from either a local path or a public Git repository. It exposes:

  • Tools: readme_summary for local paths and readme_from_git for remote repos
  • Resources: readme://local/current for accessing the current directory's README
  • Prompts: analyze_readme for analyzing a README's completeness

What it shows

  • How to define MCP tools, resources, and prompts
  • How to summarize README content from local files or Git URLs
  • A clear, demo-friendly use case

Setup

git clone /home/naeemgtng/projects/example-mcp
cd example-mcp
npm install

Run

npm run dev

Example Claude MCP setup

claude mcp add readme-insight -- npx tsx /home/naeemgtng/projects/example-mcp/src/server.ts

Example tool calls

{
  "name": "readme_summary",
  "arguments": {
    "path": "."
  }
}
{
  "name": "readme_from_git",
  "arguments": {
    "repo_url": "https://github.com/user/repo"
  }
}

Example output

{
  "summary": "First paragraph of the README...",
  "key_facts": [
    "Install",
    "Run",
    "Example tool call"
  ]
}

Resources

The server exposes one resource:

URI Description
readme://local/current Returns the README from the current working directory

Prompts

The server exposes one prompt:

Name Description Arguments
analyze_readme Analyze a README for completeness repo_url (required): Git repository URL

Example prompt call:

{
  "name": "analyze_readme_prompt",
  "arguments": {
    "repo_url": "https://github.com/user/repo"
  }
}

Read about it here

from github.com/naeem-gitonga/example-mcp

Установка README Insight

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/naeem-gitonga/example-mcp

FAQ

README Insight MCP бесплатный?

Да, README Insight MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для README Insight?

Нет, README Insight работает без API-ключей и переменных окружения.

README Insight — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить README Insight в Claude Desktop, Claude Code или Cursor?

Открой README Insight на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare README Insight with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development