Skip to main content
Glama
qwert666

Foundry MCP Server

by qwert666

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

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

ツール🌟

  • データセットをリストする

  • クエリデータセット

  • オントロジーオブジェクトのリスト

  • クエリオントロジーオブジェクト

  • リスト関数

  • 関数を実行する

Related MCP server: mcp-ohmy-sql

前提条件

  • Python 3.9以上

  • マクピー

  • パイアロー

  • パンダ

  • ファウンドリープラットフォームSDK

環境変数 🌍

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

変数

説明

デフォルト

HOSTNAME

Foundryインスタンスのホスト名

必須

TOKEN

プロフィールページで生成できるユーザートークン

必須*

CLIENT_ID

開発者コンソールで作成されたサービスユーザー

必須*

CLIENT_SECRET

サービスユーザーに関連付けられた秘密

必須*

SCOPES

OAuthスコープ

なし

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ファイルを参照

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that enables AI assistants to query databases, execute SQL, and manage Metabase resources like dashboards, cards, and collections through natural language.
    22
    MIT
  • -
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that bridges AI assistants with SQL databases, enabling natural language querying across multiple database types with built-in optimization and security.
    3
  • A
    license
    Not graded
    quality
    D
    maintenance
    An 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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