loading…
Search for a command to run...
loading…
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
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.
Small MCP server that summarizes README files from either a local path or a public Git repository. It exposes:
readme_summary for local paths and readme_from_git for remote reposreadme://local/current for accessing the current directory's READMEanalyze_readme for analyzing a README's completenessgit clone /home/naeemgtng/projects/example-mcp
cd example-mcp
npm install
npm run dev
claude mcp add readme-insight -- npx tsx /home/naeemgtng/projects/example-mcp/src/server.ts
{
"name": "readme_summary",
"arguments": {
"path": "."
}
}
{
"name": "readme_from_git",
"arguments": {
"repo_url": "https://github.com/user/repo"
}
}
{
"summary": "First paragraph of the README...",
"key_facts": [
"Install",
"Run",
"Example tool call"
]
}
The server exposes one resource:
| URI | Description |
|---|---|
readme://local/current |
Returns the README from the current working directory |
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
Run in your terminal:
claude mcp add readme-insight-mcp -- npx Yes, README Insight MCP is free — one-click install via Unyly at no cost.
No, README Insight runs without API keys or environment variables.
Self-hosted: the server runs locally on your machine via the install command above.
Open README Insight on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Security
Low riskAutomated heuristic from public metadata — not a security guarantee.