CDataSoftware_active-directory-mcp-server-by-cdata

CDataSoftware_active-directory-mcp-server-by-cdata

3.2

If you are the rightful owner of CDataSoftware_active-directory-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

CData's Model Context Protocol (MCP) Server for Active Directory is a read-only server designed to allow LLMs to query live data from Active Directory using natural language.

The CData MCP Server for Active Directory is a specialized server that facilitates the interaction between large language models (LLMs) and Active Directory data. By leveraging the CData JDBC Driver for Active Directory, this server exposes Active Directory data as relational SQL models, enabling LLMs to access and query live data without the need for SQL knowledge. This server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to retrieve information from Active Directory. The server is read-only, meaning it allows for data retrieval but not modification. For users seeking full CRUD capabilities, CData offers a beta version of the MCP Server with extended functionalities.

Features

  • Read-only access to Active Directory data through a simple MCP interface.
  • Integration with CData JDBC Driver for Active Directory to expose data as relational SQL models.
  • Enables LLMs to query live data using natural language, eliminating the need for SQL.
  • Compatible with applications like Claude Desktop for seamless data retrieval.
  • Simplified setup process with detailed configuration instructions.

Tools

  1. active_directory_get_tables

    Retrieves a list of tables available in the data source.

  2. active_directory_get_columns

    Retrieves a list of columns for a specified table.

  3. active_directory_run_query

    Executes a SQL SELECT query on the data source.