SAP Fieldglass icon

SAP Fieldglass

Enables large language models to query live SAP Fieldglass data via a Model Context Protocol (MCP) interface.

概要

This tool provides a read-only Model Context Protocol (MCP) server designed to bridge the gap between large language models (LLMs), such as Claude Desktop, and live SAP Fieldglass data. It achieves this by wrapping CData JDBC Drivers, which expose SAP Fieldglass data as relational SQL models. The server then presents this data through a simple MCP interface, allowing LLMs to retrieve real-time information using natural language questions, eliminating the need for direct SQL interaction.

主な機能

  • Supports natural language querying of data without SQL
  • Integrates SAP Fieldglass with LLMs (e.g., Claude Desktop) via MCP
  • Utilizes CData JDBC Drivers for robust connectivity
  • Provides read-only access to SAP Fieldglass data
  • Exposes SAP Fieldglass data as relational SQL models
  • 0 GitHub stars

ユースケース

  • Integrating SAP Fieldglass data access into AI-powered applications
  • Building conversational interfaces for SAP Fieldglass data
  • Enabling AI clients to retrieve real-time information from SAP Fieldglass using natural language