mcp-server-foundry

mcp-server-foundry

4

The Foundry MCP Server is a Model Context Protocol server designed to facilitate interactions with Foundry, allowing AI assistants access to datasets, ontology objects, and functions for enhanced data operations.

Foundry MCP Server

A Model Context Protocol server for interacting with Foundry. It allows 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 🌍

The server requires few configuration variables to run.

Usage

uv

First you need to clone the repository and add the config to your app.

Development

To run the server in development mode:

  • Clone the repository
  • Run the server

Contributing

  • Fork the repository
  • Create your feature branch
  • Commit your changes
  • Push to the branch
  • Open a Pull Request

License 📜

MIT License - see LICENSE file for details