파운드리 MCP 서버
Foundry와 상호작용하는 모델 컨텍스트 프로토콜 서버입니다. AI 어시스턴트가 데이터셋, 온톨로지 객체 및 함수와 상호작용할 수 있도록 지원합니다.
도구 🌟
데이터 세트 목록
쿼리 데이터 세트
온톨로지 객체 목록
온톨로지 객체 쿼리
목록 함수
함수를 실행하다
필수 조건
파이썬 3.9 이상
엠씨피
파이애로우
팬더
파운드리 플랫폼 SDK
환경 변수 🌍
서버를 실행하려면 몇 가지 구성 변수가 필요합니다.
변하기 쉬운 | 설명 | 기본 |
| Foundry 인스턴스의 호스트 이름 | 필수의 |
| 프로필 페이지에서 생성할 수 있는 사용자 토큰 | 필수의 * |
| 개발자 콘솔에서 생성된 서비스 사용자 | 필수의 * |
| 서비스 사용자와 관련된 비밀 | 필수의 * |
| Oauth 범위 | 없음 |
| 귀하의 온톨로지 ID | 필수의 |
토큰이 제공되지 않으면 서버는 client_id와 client_secret을 사용하여 oauth2 흐름을 사용하여 인증을 시도합니다.
용법
자외선
먼저 저장소를 복제하고 앱에 구성을 추가해야 합니다.
지엑스피1
개발
개발 모드에서 서버를 실행하려면:
기여하다
저장소를 포크하세요
기능 브랜치를 생성합니다(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.
AI 어시스턴트가 자연어 쿼리와 명령을 통해 Foundry 데이터 세트, 온톨로지 객체 및 기능과 상호 작용할 수 있도록 하는 MCP 서버입니다.
Related MCP Servers
- AsecurityAlicenseAqualityA 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
- -securityAlicense-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
- AsecurityFlicenseAqualityAn 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
- -securityFlicense-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