Foundry MCP Server
Servidor MCP de Foundry
Un servidor de Protocolo de Contexto de Modelo para interactuar con Foundry. Permite a los asistentes de IA interactuar con conjuntos de datos, objetos de ontología y funciones.
Herramientas 🌟
lista de conjuntos de datos
conjuntos de datos de consulta
lista de objetos de ontología
objetos de ontología de consulta
funciones de lista
ejecutar funciones
Related MCP server: mcp-ohmy-sql
Prerrequisitos
Python 3.9+
mcp
milenrama
pandas
SDK de la plataforma de fundición
Variables de entorno 🌍
El servidor requiere algunas variables de configuración para ejecutarse:
Variable | Descripción | Por defecto |
| Su nombre de host de su instancia de Foundry | requerido |
| Un token de usuario que puedes generar en tu página de perfil | requerido * |
| Un usuario de servicio que se crea en la consola del desarrollador | requerido * |
| Un secreto asociado con el usuario del servicio | requerido * |
| Ámbitos de OAuth | Ninguno |
| Tu identificación de ontología | requerido |
Si no se proporciona el token, el servidor intentará autenticarse utilizando el flujo oauth2 con client_id y client_secret
Uso
ultravioleta
Primero debes clonar el repositorio y agregar la configuración a tu aplicación.
{
"mcpServers": {
"foundry": {
"command": "uv",
"args": [
"--directory",
"<path_to_mcp_server>",
"run",
"mcp-server-foundry"
],
"env": {
"HOSTNAME": "<hostname>",
"TOKEN": "<token>",
"CLIENT_ID": "<client_id>",
"CLIENT_SECRET": "<client_secret>",
"SCOPES": "<scopes>",
"ONTOLOGY_ID": "<ontology_id>"
}
}
}
}Desarrollo
Para ejecutar el servidor en modo de desarrollo:
# Clone the repository
git clone git@github.com:qwert666/mcp-server-foundry.git
# Run the server
npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-foundry-server run mcp-server-foundryContribuyendo
Bifurcar el repositorio
Crea tu rama de funciones (git checkout -b feature/amazing-feature)
Confirme sus cambios (git commit -m 'Agregue alguna característica sorprendente')
Empujar a la rama (git push origin feature/amazing-feature)
Abrir una solicitud de extracción
Licencia 📜
Licencia MIT: consulte el archivo de LICENCIA para obtener más detalles
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server that enables AI assistants to query databases, execute SQL, and manage Metabase resources like dashboards, cards, and collections through natural language.22MIT
- -licenseNot gradedqualityCmaintenanceAn MCP server that bridges AI assistants with SQL databases, enabling natural language querying across multiple database types with built-in optimization and security.3
- AlicenseBqualityDmaintenanceA standalone MCP server that brings complete data science capabilities to AI assistants, enabling them to load data, train models, and track experiments through natural language.30MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives AI assistants the ability to connect to, query, profile, and monitor data sources — turning any LLM into an interactive data engineering copilot.MIT
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
MCP server for AI dialogue using various LLM models via AceDataCloud
An MCP server that integrates with Discord to provide AI-powered features.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qwert666/mcp-server-foundry'
If you have feedback or need assistance with the MCP directory API, please join our Discord server