Jooq MCP

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. It is available as a remote MCP endpoint.

Teams that want a hosted documentation endpoint instead of running a local process. The project is written in HTML.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 4 · #155 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

Apache-2.0 · HTML · how we verify → /methodology

01 · Install Jooq MCP

Claude Code

claude mcp add martinellich-jooq-mcp --transport sse https://jooq-mcp.martinelli.ch/sse

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "martinellich-jooq-mcp": {
      "url": "https://jooq-mcp.martinelli.ch/sse"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://jooq-mcp.martinelli.ch/sse

transport: sse

endpoint NOT responding · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to jooq-mcp.martinelli.ch

license Apache-2.0 - declared in the repository

registry vendor namespace ch.martinelli - domain-verified with the official MCP registry

03 · Who maintains Jooq MCP

jooq-mcp is maintained by martinellich. It's the only MCP server we track from this author; the repo dates to Jul 2025.

04 · Facts

category
documentation - ranked #155 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
ch.martinelli/jooq-mcp (active, first published 2025-09-12)

05 · Jooq MCP FAQ

What is Jooq MCP?

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. It is available as a remote MCP endpoint.

Is Jooq MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17. We re-verify nightly.

How do I install Jooq MCP?

Run `claude mcp add martinellich-jooq-mcp --transport sse https://jooq-mcp.martinelli.ch/sse`. You can also paste the ready-made client config above.

06 · Alternatives to Jooq MCP