From def05bb81be3a34010fa1d9bedbefeba7b3fa02c Mon Sep 17 00:00:00 2001 From: arimu1 <19286898+arimu1@users.noreply.github.com> Date: Sun, 19 Jul 2026 09:55:46 +0700 Subject: [PATCH] docs: add Roo Code MCP install instructions Document streamable-http config for global mcp_settings.json and project .roo/mcp.json so Roo Code users can connect to pg-aiguide (#57). --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 0d996b7..9a7c937 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,30 @@ Add the following to `~/.codeium/windsurf/mcp_config.json` +
+ Roo Code + +Add the following to your global `mcp_settings.json` (Roo Code → MCP Servers → Edit Global MCP) +or project-level `.roo/mcp.json` (Edit Project MCP): + +```json +{ + "mcpServers": { + "pg-aiguide": { + "type": "streamable-http", + "url": "https://mcp.tigerdata.com/docs" + } + } +} +``` + +> **Note:** Roo Code requires `"type": "streamable-http"` for remote HTTP MCP servers. +> Using `"http"` or omitting `type` will fail to connect. + +See [Using MCP in Roo Code](https://docs.roocode.com/features/mcp/using-mcp-in-roo) for details. + +
+ ### 💡 Your First Prompt Once installed, pg-aiguide can answer Postgres questions or design schemas.