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
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,19 @@ publicly available MCP server endpoint hosted by TigerData for searching Postgre
<details>
<summary> Codex </summary>

Run the following to add the MCP server to codex:
#### Agent Skills (`npx skills`)

```bash
npx skills add timescale/pg-aiguide --skill postgres
```

Or pick skills interactively:

```bash
npx skills add timescale/pg-aiguide
```

#### MCP server

```bash
codex mcp add --url "https://mcp.tigerdata.com/docs" pg-aiguide
Expand Down