Skip to main content
Glama

Foundry MCP Server

by qwert666

ファウンドリーMCPサーバー

Foundryと連携するためのモデルコンテキストプロトコルサーバー。AIアシスタントがデータセット、オントロジーオブジェクト、関数と連携できるようにします。

ツール🌟

  • データセットをリストする
  • クエリデータセット
  • オントロジーオブジェクトのリスト
  • クエリオントロジーオブジェクト
  • リスト関数
  • 関数を実行する

前提条件

  • Python 3.9以上
  • マクピー
  • パイアロー
  • パンダ
  • ファウンドリープラットフォームSDK

環境変数 🌍

サーバーを実行するには、いくつかの構成変数が必要です。

変数説明デフォルト
HOSTNAMEFoundryインスタンスのホスト名必須
TOKENプロフィールページで生成できるユーザートークン必須*
CLIENT_ID開発者コンソールで作成されたサービスユーザー必須*
CLIENT_SECRETサービスユーザーに関連付けられた秘密必須*
SCOPESOAuthスコープなし
ONTOLOGY_IDあなたのオントロジーID必須
  • トークンが提供されない場合、サーバーはclient_idとclient_secretを使用してoauth2フローを使用して認証を試みます。

使用法

紫外線

まずリポジトリをクローンしてアプリに設定を追加する必要があります

{ "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>" } } } }

発達

サーバーを開発モードで実行するには:

# 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

貢献

  • リポジトリをフォークする
  • 機能ブランチを作成します (git checkout -b feature/amazing-feature)
  • 変更をコミットします (git commit -m '素晴らしい機能を追加します')
  • ブランチにプッシュする (git push origin feature/amazing-feature)
  • プルリクエストを開く

ライセンス📜

MITライセンス - 詳細はLICENSEファイルを参照

-
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.

AI アシスタントが自然言語のクエリとコマンドを通じて Foundry データセット、オントロジー オブジェクト、関数と対話できるようにする MCP サーバー。

  1. ツール🌟
    1. 前提条件
      1. 環境変数 🌍
        1. 使用法
        2. 発達
      2. 貢献
        1. ライセンス📜

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An MCP server that lets AI assistants interact with your Lunchmoney data, enabling natural language queries about transactions, budgets, and spending patterns.
            Last updated -
            4
            3
            8
            TypeScript
            MIT License
          • 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
            80
            5
            TypeScript
            MIT License
            • Apple
          • 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
            40
            TypeScript
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            An MCP server that enables AI assistants to interact with the Notion API, allowing them to search, read, comment on, and create content in Notion workspaces through natural language commands.
            Last updated -
            19
            6,837
            1,995
            TypeScript
            MIT License
            • Apple

          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