Integrating the Patchworks product documentation MCP server with Gemini
Introduction
Need to know
The steps
1
nano ~/.gemini/settings.jsoncode ~/.gemini/settings.jsonopen -e ~/.gemini/settings.json2
Field
Summary
{
"mcpServers": {
"PatchworksDocs": {
"url": "https://doc.wearepatchworks.com/product-documentation/~gitbook/mcp",
"type": "http"
}
}
}3
4
/mcp list
Last updated
Was this helpful?