Foundry MCP Server
ファウンドリーMCPサーバー
Foundryと連携するためのモデルコンテキストプロトコルサーバー。AIアシスタントがデータセット、オントロジーオブジェクト、関数と連携できるようにします。
ツール🌟
データセットをリストする
クエリデータセット
オントロジーオブジェクトのリスト
クエリオントロジーオブジェクト
リスト関数
関数を実行する
Related MCP server: mcp-ohmy-sql
前提条件
Python 3.9以上
マクピー
パイアロー
パンダ
ファウンドリープラットフォームSDK
環境変数 🌍
サーバーを実行するには、いくつかの構成変数が必要です。
変数 | 説明 | デフォルト |
| Foundryインスタンスのホスト名 | 必須 |
| プロフィールページで生成できるユーザートークン | 必須* |
| 開発者コンソールで作成されたサービスユーザー | 必須* |
| サービスユーザーに関連付けられた秘密 | 必須* |
| OAuthスコープ | なし |
| あなたのオントロジー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ファイルを参照
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