Model Context Protocol (MCP)

Hey @Jacob_SE

Hopefully Palantir would do that at some point but instead of waiting for them I’ve just released a simple mcp-server that works with Foundry and is based on their public SDK

Tools that i’ve added so far:

  • list datasets
  • query datasets
  • list ontology objects
  • query ontology objects
  • list functions
  • execute functions

this should be sufficient enough for a LLM to go thru your data and could also be a good starting point if you want to add custom ontology based apps (ontology_sdk)

Please contribute to the repo if something is missing :wink:

^ it’s still kinda WIP, probably will polish it a bit more next week