You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+135-9Lines changed: 135 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,16 +26,24 @@
26
26
27
27
**Postgres MCP Pro** is an open source Model Context Protocol (MCP) server built to support you and your AI agents throughout the **entire development process**—from initial coding, through testing and deployment, and to production tuning and maintenance.
28
28
29
-
Postgres MCP Pro does much more than wrap a database connection.
29
+
This **TRUF.NETWORK enhanced version** includes specialized tools for blockchain data analysis and stream processing, in addition to all standard PostgreSQL capabilities.
30
30
31
-
Features include:
31
+
### Core Features
32
32
33
33
-**🔍 Database Health** - analyze index health, connection utilization, buffer cache, vacuum health, sequence limits, replication lag, and more.
34
34
-**⚡ Index Tuning** - explore thousands of possible indexes to find the best solution for your workload, using industrial-strength algorithms.
35
35
-**📈 Query Plans** - validate and optimize performance by reviewing EXPLAIN plans and simulating the impact of hypothetical indexes.
36
36
-**🧠 Schema Intelligence** - context-aware SQL generation based on detailed understanding of the database schema.
37
37
-**🛡️ Safe SQL Execution** - configurable access control, including support for read-only mode and safe SQL parsing, making it usable for both development and production.
38
38
39
+
### TRUF.NETWORK Enhanced Features
40
+
41
+
-**📊 Stream Analytics** - Query composed and primitive stream records with advanced time-series capabilities
42
+
-**📈 Index Calculations** - Calculate percentage changes and analyze stream performance over time
43
+
-**🏗️ Taxonomy Intelligence** - Navigate hierarchical stream relationships and compositions
44
+
-**⚡ Real-time Queries** - Access live blockchain data through optimized recursive CTEs
45
+
-**🔐 Network Security** - Built-in access controls and safe query execution for production blockchain data
46
+
39
47
Postgres MCP Pro supports both the [Standard Input/Output (stdio)](https://modelcontextprotocol.io/docs/concepts/transports#standard-input%2Foutput-stdio) and [Server-Sent Events (SSE)](https://modelcontextprotocol.io/docs/concepts/transports#server-sent-events-sse) transports, for flexibility in different environments.
40
48
41
49
For additional background on why we built Postgres MCP Pro, see [our launch blog post](https://www.crystaldba.ai/blog/post/announcing-postgres-mcp-server-pro).
@@ -81,13 +89,26 @@ However, it often makes sense to use whichever method you are most familiar with
81
89
82
90
Choose one of the following methods to install Postgres MCP Pro:
83
91
84
-
#### Option 1: Using Docker
92
+
#### Option 1: Using Docker (Recommended)
93
+
94
+
Pull the TRUF.NETWORK enhanced Postgres MCP server Docker image.
95
+
This image contains all necessary dependencies and TRUF-specific tools, providing a reliable way to run the enhanced MCP server in a variety of environments.
85
96
86
-
Pull the Postgres MCP Pro MCP server Docker image.
87
-
This image contains all necessary dependencies, providing a reliable way to run Postgres MCP Pro in a variety of environments.
97
+
```bash
98
+
# TRUF.NETWORK enhanced version with blockchain analytics
- Linux: Uses `172.17.0.1` or the appropriate host address automatically
@@ -373,6 +429,76 @@ Postgres MCP Pro complements generative AI by adding deterministic tools and cla
373
429
The combination is both reliable and flexible.
374
430
375
431
432
+
## TRUF.NETWORK Enhanced Tools
433
+
434
+
This enhanced version includes specialized tools for blockchain data analysis and stream processing. These tools are designed specifically for the TRUF.NETWORK ecosystem and provide AI agents with powerful capabilities for analyzing blockchain data and stream hierarchies.
435
+
436
+
### Stream Analytics Tools
437
+
438
+
-**`get_composed_stream_records`** - Query calculated time series data from composed streams
0 commit comments