Expose HarperDB tables as filterable read-only MCP resources for structured access.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Harper MCP Server" yet — see the docs or source repo.
Using the Harper MCP Server, read the orders table and return only records where status is shipped and created_at is within the last 30 days, sorted by created_at descending.
A list of matching order records with structured fields and sorted results.
Using the Harper MCP Server, read the customer_summary custom resource and show each customer's total order count and most recent order date.
A customer summary output for quickly reviewing key business metrics.
List the resources currently available through the Harper MCP Server and indicate which tables or resources support filtered queries; do not perform any write operations.
A list of accessible resources and their filtering capabilities, confirming read-only access.
Connect to MariaDB, inspect schemas, and run safe read-only queries.
Connect to multiple databases to explore schemas and run SQL queries.
Safely explore, profile, and query SQLite and PostgreSQL databases with AI.
Turn PostgreSQL databases into REST APIs for schema discovery, CRUD, filtering, and RPC.
Explore corporate database metadata, relationships, dependencies, and export UML diagrams.
Safely explore PostgreSQL schemas, table relationships, and sample data in read-only mode.