
Jooq Mcp
Let your coding agent look up official jOOQ API and SQL-mapping docs while you implement type-safe Java database layers.
Overview
ch.martinelli/jooq-mcp is a Build-phase MCP server that gives coding agents live access to official jOOQ documentation over SSE.
What is this MCP server?
- Remote MCP over SSE at jooq-mcp.martinelli.ch—no local doc mirror to maintain
- Surfaces jOOQ documentation to Claude Code, Cursor, and other MCP clients in-session
- Fits JVM stacks that use jOOQ instead of string-built SQL or raw JDBC
- Version 1.0.0 server published from martinellich/jooq-mcp on GitHub
- Documentation lookup integration, not a schema migration or query runner
- Remote transport: SSE
- Published server version: 1.0.0
- Single remote URL: jooq-mcp.martinelli.ch
Community signal: 4 GitHub stars.
What problem does it solve?
You waste cycles tabbing through jOOQ manual pages while your agent guesses DSL method names and dialect options.
Who is it for?
Indie JVM developers using jOOQ who want doc-grounded agent answers without hosting their own documentation MCP.
Skip if: Teams on Prisma, Drizzle, or non-JVM stacks, or anyone who needs live database introspection rather than docs.
What do I get? / Deliverables
Your agent can cite correct jOOQ APIs and configuration guidance inline as you ship type-safe SQL in Java backends.
- In-chat answers grounded in jOOQ documentation
- Faster resolution of jOOQ API and config questions during backend coding
- Reduced manual doc tab switching for JVM database work
Recommended MCP Servers
Journey fit
jOOQ wiring happens during backend implementation when schemas, queries, and codegen are in flight. Backend subphase is where Java services adopt jOOQ DSL, migrations, and repository patterns that need accurate doc citations.
How it compares
MCP documentation bridge for jOOQ, not an ORM skill or database admin tool.
Common Questions / FAQ
Who is ch.martinelli/jooq-mcp for?
Solo and small-team builders on Java/Kotlin backends who use jOOQ and want their AI agent to reference real jOOQ docs during implementation.
When should I use ch.martinelli/jooq-mcp?
Use it during backend build work whenever you are writing queries, codegen setup, or debugging jOOQ types and need accurate documentation in the chat.
How do I add ch.martinelli/jooq-mcp to my agent?
Register the remote MCP server URL https://jooq-mcp.martinelli.ch/sse (type sse) in Claude Code, Cursor, or another MCP client, then enable it for database-related tasks.