SAPDatasphereMCP

rahulsethi/SAPDatasphereMCP
★ 3 stars Python 🤖 AI/LLM Updated today
MCP Server for SAP Datasphere
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sapdataspheremcp": {
      "command": "uvx",
      "args": [
        "sapdataspheremcp"
      ]
    }
  }
}

Or install with pip: pip install sapdataspheremcp

README Excerpt

An experimental [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) server that lets AI agents talk to **SAP Datasphere**. The server exposes a small, focused set of **read-only** tools to: - Discover spaces and catalog assets - Preview relational data - Describe schemas from samples - Run simple relational queries

Tools (16)

DATASPHERE_VERIFY_TLSdatasphere_compare_assets_basicdatasphere_describe_asset_schemadatasphere_diagnosticsdatasphere_get_asset_metadatadatasphere_get_current_userdatasphere_get_tenant_infodatasphere_list_assetsdatasphere_list_spacesdatasphere_pingdatasphere_profile_columndatasphere_query_analyticaldatasphere_search_assetsdatasphere_summarize_assetdatasphere_summarize_column_profiledatasphere_summarize_space