qwert666_mcp-server-foundry
0
The Foundry MCP Server is a Model Context Protocol server designed to facilitate AI interaction with Foundry's datasets, ontology objects, and functions. It includes tools for listing and querying datasets and executing functions.
Foundry MCP Server
A Model Context Protocol server for interacting with Foundry. It enables AI assistants to interact with datasets, ontology objects, and functions.
Tools 🌟
- list datasets
- query datasets
- list ontology objects
- query ontology objects
- list functions
- execute functions
Prerequisites
- Python 3.9+
- mcp
- pyarrow
- pandas
- foundry-platform-sdk
Environment Variables 🌍
A set of configuration variables is required for the server:
HOSTNAME
: Foundry instance hostname (required)TOKEN
: User token (required)CLIENT_ID
: Service user in developer console (required)CLIENT_SECRET
: Secret for the service user (required)SCOPES
: Oauth scopes (None)ONTOLOGY_ID
: Ontology ID (required)
Usage
Clone the repository and configure your app for use with the uv
command.
Development
Run the server in development mode by cloning the repository and using npx
.