Skip to content

Commit 1e761ea

Browse files
authored
Remove unique features section from README (#86)
Signed-off-by: Matty Stratton <matt@mattstratton.com>
1 parent fd9f8a3 commit 1e761ea

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,6 @@
22

33
Tiger CLI is the command-line interface for Tiger Cloud. It provides commands for managing and querying database services, as well as an integrated Model Context Protocol (MCP) server for use with AI assistants.
44

5-
## What Makes This Different
6-
7-
Most database MCP servers are thin API wrappers. Ours teaches AI how to think in Postgres.
8-
9-
The Tiger MCP server gives your AI assistant instant access to:
10-
- **35 years of Postgres expertise** through production-tested prompt templates written by senior engineers
11-
- **Versioned PostgreSQL documentation** (15-18) and TimescaleDB docs via hybrid search
12-
- **Auto-discovered best practices** - just ask to design a schema and it knows what you need
13-
14-
No prompt engineering required. No manual doc lookups. Just ask, and get production-ready Postgres code that follows modern best practices: proper ID strategies, correct data types, case-insensitive indexes, and optimized performance patterns.
15-
16-
While other Postgres companies built MCP servers as API wrappers, we built one that prevents the schema mistakes that cause expensive migrations six months later.
17-
18-
**[Read more about how prompt templates make this possible →](https://www.tigerdata.com/blog/free-postgres-mcp-prompt-templates)**
19-
205
## Installation
216

227
Multiple installation methods are provided. Choose your preferred method from the options below. If you aren't sure, use the first one!

0 commit comments

Comments
 (0)