An MCP server that provides access to the jOOQ documentation
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
A Model Context Protocol (MCP) server that provides AI models with access to jOOQ documentation. This Spring Boot application uses Spring AI to expose jOOQ documentation as MCP tools, allowing AI systems to query and retrieve information about jOOQ features, SQL examples, and best practices.
The MCP server provides the following tools:
Clone the repository:
Build the project:
Run the application:
The MCP server will start and be available for connections from MCP clients.
Build the JAR file:
Build the Docker image:
Run the Docker container:
This application is configured for deployment on Fly.io:
Install Fly CLI and authenticate:
Deploy the application:
The application includes health checks at /actuator/health and is configured with auto-scaling.
This server can be used with any MCP-compatible AI client. The server exposes tools that allow AI models to:
The application can be configured via application.properties:
When connected to an MCP client, you can ask questions like:
The server will fetch the relevant documentation and provide detailed answers with code examples.
The application consists of:
src/main/resources/docs/ for faster accessRun the test suite:
The application uses:
To add new tools, create methods annotated with @Tool in the JooqDocumentationService class.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/jooq-mcp)<a href="https://allmcps.com/mcp/jooq-mcp"><img src="https://allmcps.com/api/badge/jooq-mcp?style=directory" alt="Jooq MCP on AllMCPs" /></a>