Collected sources and patterns will appear here. Add from search or the patterns library.
Two ways in: add Gerolamo as a one-click connector in Claude (web or desktop) with no API key, or use an API key for Cursor, Windsurf, VS Code, the Claude Code CLI, or scripts.
In claude.ai (Settings → Connectors → Add custom connector), paste the URL below — no API key needed. You'll sign in with your Gerolamo account and approve access.
https://gerolamo.onrender.com/mcpx
Leave the OAuth Client ID / Secret fields blank — registration is automatic.
Install the npm package and run setup — it generates your API key and configures your MCP client automatically.
npx gerolamo-mcp setup
Sign in to generate an API key and connect your agent. Browsing the available tools below is open to everyone.
Sign in to get your key{
"mcpServers": {
"gerolamo": {
"type": "sse",
"url": "https://gerolamo.onrender.com/mcp/sse",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}Paste the config into your client's MCP configuration file:
~/.claude/claude_desktop_config.jsonSettings → MCP Servers → Add Server~/.codeium/windsurf/mcp_config.json.vscode/mcp.json in your projectAfter adding, restart your MCP client. Look for gerolamo in your server list with a connected status.
Tool definitions will appear here once the MCP server is configured.