Skip to content

Add Kreuzberg plugins marketplace and MCP servers#54

Open
Goldziher wants to merge 1 commit into
jmanhype:mainfrom
Goldziher:add-kreuzberg
Open

Add Kreuzberg plugins marketplace and MCP servers#54
Goldziher wants to merge 1 commit into
jmanhype:mainfrom
Goldziher:add-kreuzberg

Conversation

@Goldziher

@Goldziher Goldziher commented Jun 8, 2026

Copy link
Copy Markdown

PR Summary by Qodo

Add Kreuzberg plugin marketplace and MCP server listings
📝 Documentation 🕐 Less than 5 minutes

Grey Divider

Walkthroughs

User Description

Adds three entries:

  • Plugins & Extensions: kreuzberg-dev/plugins — marketplace shipping three document-intelligence plugins (kreuzberg, kreuzcrawl, kreuzberg-cloud) for Claude Code / Codex / Cursor / Gemini / Factory / Copilot / opencode.
  • MCP Servers: kreuzberg and kreuzcrawl — both ship MCP servers via a mcp subcommand on their Rust CLIs. Local, no auth.

License: MIT.
Maintainer: Kreuzberg, Inc. support@kreuzberg.dev

AI Description
• Add Kreuzberg Plugins marketplace entry under Plugins & Extensions.
• Add Kreuzberg and Kreuzcrawl entries under MCP Servers with local/no-auth notes.
Diagram
graph TD
  R["README.md"] --> P["Plugins & Extensions"] --> KP["Kreuzberg Plugins"]
  R --> M["MCP Servers"] --> KB["Kreuzberg MCP"]
  M --> KC["Kreuzcrawl MCP"]
  subgraph Legend
    direction LR
    _doc["Documentation"] ~~~ _list["Catalog section"] ~~~ _entry["New entry"]
  end
Loading
High-Level Assessment

The PR’s approach (adding direct README entries for discoverability) is appropriate for a curated index. The only considerations are consistency (table ordering/format) and ensuring the descriptions match the repository capabilities, but no different architectural approach is warranted.

Grey Divider

File Changes

Documentation (1)
README.md Add Kreuzberg plugin marketplace and MCP server entries +3/-0

Add Kreuzberg plugin marketplace and MCP server entries

• Adds a new listing for the Kreuzberg Plugins marketplace under Plugins & Extensions. Adds two MCP Server listings (Kreuzberg and Kreuzcrawl) noting local/no-auth usage and summarizing capabilities.

README.md


Grey Divider

Qodo Logo

@qodo-code-review

qodo-code-review Bot commented Jun 8, 2026

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (2) 📘 Rule violations (0)

Grey Divider


Remediation recommended

1. Plugin count now wrong 🐞 Bug ≡ Correctness
Description
README.md adds a new plugin marketplace entry but the Status table still reports “Plugins listed |
4”, so the summary is now incorrect and inconsistent with the list below.
Code

README.md[33]

+| [Kreuzberg Plugins](https://github.com/kreuzberg-dev/plugins) | Kreuzberg, Inc. | Document intelligence: local extraction (91+ formats with OCR), web crawling (HTML→Markdown), and managed cloud extraction |
Evidence
The PR adds a new plugin row, but the Status table still shows the old plugin count.

README.md[7-13]
README.md[25-34]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
A new “Plugins & Extensions” entry was added, but the README Status table at the top still reports the old plugin count, making the summary incorrect.

## Issue Context
The README includes a manually maintained Status table (counts + last updated). This PR adds a new plugin row, increasing the plugin total by 1.

## Fix Focus Areas
- README.md[7-13]
- README.md[25-34]

## Expected change
- Update `Plugins listed` from `4` to `5`.
- Update `Last updated` to the current quarter/year for this PR (as appropriate for repo conventions).

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


2. MCP count now wrong 🐞 Bug ≡ Correctness
Description
README.md adds two new MCP server entries but the Status table still reports “MCP servers | 5”, so
the summary is now incorrect and inconsistent with the list below.
Code

README.md[R44-45]

+| [Kreuzberg](https://github.com/kreuzberg-dev/kreuzberg) | None (local) | Document extraction — text, tables, metadata, images from 91+ formats with OCR |
+| [Kreuzcrawl](https://github.com/kreuzberg-dev/kreuzcrawl) | None (local) | Web crawling and scraping — HTML→Markdown with headless-Chrome fallback |
Evidence
The PR adds two new MCP server rows, but the Status table still shows the old MCP server count.

README.md[7-13]
README.md[35-46]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
Two new MCP server entries were added, but the README Status table at the top still reports the old MCP server count, making the summary incorrect.

## Issue Context
The README includes a manually maintained Status table (counts + last updated). This PR adds 2 new MCP servers, increasing the MCP total accordingly.

## Fix Focus Areas
- README.md[7-13]
- README.md[35-46]

## Expected change
- Update `MCP servers` from `5` to `7`.
- Update `Last updated` to the current quarter/year for this PR (as appropriate for repo conventions).

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

Qodo Logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant