Skip to main content
Glama

Foundry MCP Server

by qwert666

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

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:

VariableDescripciónPor defecto
HOSTNAMESu nombre de host de su instancia de Foundryrequerido
TOKENUn token de usuario que puedes generar en tu página de perfilrequerido *
CLIENT_IDUn usuario de servicio que se crea en la consola del desarrolladorrequerido *
CLIENT_SECRETUn secreto asociado con el usuario del serviciorequerido *
SCOPESÁmbitos de OAuthNinguno
ONTOLOGY_IDTu identificación de ontologíarequerido
  • 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-foundry

Contribuyendo

  • 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

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servidor MCP que permite a los asistentes de IA interactuar con conjuntos de datos, objetos de ontología y funciones de Foundry a través de consultas y comandos en lenguaje natural.

  1. Herramientas 🌟
    1. Prerrequisitos
      1. Variables de entorno 🌍
        1. Uso
        2. Desarrollo
      2. Contribuyendo
        1. Licencia 📜

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.
            Last updated -
            32
            913
            94
            TypeScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            An MCP server that analyzes codebases and generates contextual prompts, making it easier for AI assistants to understand and work with code repositories.
            Last updated -
            10
            Python
            MIT License
          • A
            security
            F
            license
            A
            quality
            An MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.
            Last updated -
            11
            64
            62
            TypeScript
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            A MCP server that allows AI assistants to interact with the browser, including getting page content as markdown, modifying page styles, and searching browser history.
            Last updated -
            79
            TypeScript

          View all related MCP servers

          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