SAP Fieldglass MCP Server by CData
@CDataSoftware
About SAP Fieldglass MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for SAP Fieldglass (beta): https://www.cdata.com/download/download.aspx?sku=UFZK-V&type=beta
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\sap-fieldglass.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is SAP Fieldglass MCP Server by CData?
SAP Fieldglass MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows large language models (LLMs) like Claude Desktop to query live data from SAP Fieldglass using natural language, powered by the CData JDBC Driver for SAP Fieldglass.
How to use SAP Fieldglass MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, download and install the CData JDBC Driver for SAP Fieldglass, license the driver, configure the connection string using the provided utility, create a .prp file with properties (Prefix, ServerName, ServerVersion, DriverPath, DriverClass, JdbcUrl, Tables), then configure Claude Desktop by adding the server to claude_desktop_config.json and run or refresh the client. The server uses stdio transport and is launched with java -jar.
Key features of SAP Fieldglass MCP Server by CData
- Read-only access to live SAP Fieldglass data
- Query data using natural language (no SQL required)
- Built on the CData JDBC Driver for SAP Fieldglass
- Simple MCP interface with
get_tables,get_columns, andrun_querytools - Customizable table access via property file
- Uses
stdiotransport for local client-server communication
Use cases of SAP Fieldglass MCP Server by CData
- Querying live SAP Fieldglass data from an LLM-powered chatbot
- Analyzing fieldglass metrics without writing manual SQL
- Generating reports on SAP Fieldglass data using natural language prompts
- Integrating SAP Fieldglass data into AI workflows for decision support
FAQ from SAP Fieldglass MCP Server by CData
Is this server read-only?
Yes. This MCP server provides read-only access to SAP Fieldglass data. For full create, read, update, delete, and action capabilities, use the separate CData MCP Server for SAP Fieldglass (beta).
What dependencies are required to run this server?
You need Java, the CData JDBC Driver for SAP Fieldglass (download and license required), and a client (e.g., Claude Desktop) that supports MCP over stdio.
Where does the data live?
Data is not stored locally; the server connects directly to SAP Fieldglass via the JDBC driver and retrieves live data on each query.
What transport does the server use?
The server communicates over stdio and must run on the same machine as the client.
How is authentication handled?
Authentication is configured in the JDBC connection string (e.g., using OAuth). The README instructs users to authenticate through the connection string builder utility before first use.
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Blender
ahujasidOpen-source MCP to use Blender with any LLM
ICSS
chokcoco不止于 CSS
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments