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.
Safely explore, profile, and query SQLite and PostgreSQL databases with AI.
Safely explore PostgreSQL schemas, table relationships, and sample data in read-only mode.
Interact with MySQL databases using natural language for queries and management.
Run read-only MySQL queries and list datasources through MCP.
Connect to MySQL for safe read-only queries and schema exploration.