Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,27 @@ Add the following to `~/.codeium/windsurf/mcp_config.json`

</details>

<details>
<summary> OpenCode </summary>

Add the following to your OpenCode config file (`opencode.json`):

```json
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"pg-aiguide": {
"type": "remote",
"url": "https://mcp.tigerdata.com/docs"
}
}
}
```

Add `use pg-aiguide` to your prompts to use the pg-aiguide tools.

</details>

### 💡 Your First Prompt

Once installed, pg-aiguide can answer Postgres questions or design schemas.
Expand Down