Foundry MCP 服务器
用于与 Foundry 交互的模型上下文协议服务器。它允许 AI 助手与数据集、本体对象和函数进行交互。
工具🌟
- 列出数据集 
- 查询数据集 
- 列出本体对象 
- 查询本体对象 
- 列表函数 
- 执行函数 
先决条件
- Python 3.9+ 
- 甲基氯丙烯 
- 皮罗 
- 熊猫 
- 铸造平台 SDK 
环境变量🌍
该服务器运行时需要几个配置变量:
| 多变的 | 描述 | 默认 | 
| 
 | 您的 Foundry 实例的主机名 | 必需的 | 
| 
 | 您可以在个人资料页面中生成的用户令牌 | 必需的 * | 
| 
 | 在开发者控制台中创建的服务用户 | 必需的 * | 
| 
 | 与服务用户关联的机密 | 必需的 * | 
| 
 | Oauth 范围 | 没有任何 | 
| 
 | 您的本体 ID | 必需的 | 
- 如果未提供令牌,服务器将尝试使用带有 client_id 和 client_secret 的 oauth2 流程进行身份验证 
用法
紫外线
首先,您需要克隆存储库并将配置添加到您的应用程序
发展
要在开发模式下运行服务器:
贡献
- 分叉存储库 
- 创建你的功能分支(git checkout -b feature/amazing-feature) 
- 提交您的更改(git commit -m'添加一些惊人的功能') 
- 推送到分支(git push origin feature/amazing-feature) 
- 打开拉取请求 
许可证📜
MIT 许可证 - 详情请参阅许可证文件
This server cannot be installed
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.
MCP 服务器允许 AI 助手通过自然语言查询和命令与 Foundry 数据集、本体对象和功能进行交互。
Related MCP Servers
- Asecurity-licenseAqualityA 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 -42561106MIT License
- -security-license-qualityAn MCP server that analyzes codebases and generates contextual prompts, making it easier for AI assistants to understand and work with code repositories.Last updated -14MIT License
- Asecurity-licenseAqualityAn 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 -111,16780
- -security-license-qualityA 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 -82