Harper icon

Harper

1

Exposes data within HarperDB as structured Resources, accessible via standardized JSON-RPC calls through the Model Context Protocol.

概要

The Harper server implements the Model Context Protocol (MCP), offering a standardized way to expose HarperDB data as structured 'Resources'. It seamlessly integrates with the Harper Composable Application Platform, which unifies database, cache, app logic, and messaging into a single runtime. This server enables secure, read-only retrieval of information from Harper tables and custom resources through JSON-RPC calls, supporting features like data filtering and pagination for efficient access within geo-distributed applications.

主な機能

  • MCP-compatible API server for HarperDB
  • Exposes HarperDB tables and custom resources as structured data
  • Supports read-only data access with filtering and pagination
  • Handles JSON-RPC 2.0 communication with standardized error responses
  • Integrates with HarperDB's built-in security and authentication
  • 1 GitHub stars

ユースケース

  • Providing a standardized interface for MCP clients to access HarperDB data
  • Building applications that require structured, read-only access to HarperDB information
  • Integrating HarperDB as a data source within a Model Context Protocol ecosystem