Agent Tools
Back to MCP servers

ch.martinelli/jooq-mcp

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

An MCP server that provides access to the jOOQ documentation

Transport
sse
Auth
Cost

How to connect

MCP endpoint (sse)
https://jooq-mcp.martinelli.ch/sse
JSON-RPC initialize probe
curl -X POST https://jooq-mcp.martinelli.ch/sse \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Source code
https://github.com/martinellich/jooq-mcp