폴더 MCP 서버
Folderr의 API와 상호 작용할 수 있는 도구를 제공하는 MCP(Model Context Protocol) 서버로, 특히 Folderr Assistant를 관리하고 통신하기 위한 것입니다.
설치
MCP 설정에 추가
지엑스피1
특징
서버는 다음과 같은 도구를 제공합니다.
입증
두 가지 인증 방법이 지원됩니다.
- 이메일/비밀번호로 로그인
- API 토큰 인증API 토큰은 Folderr 개발자 섹션에서 생성할 수 있습니다. 이 방법은 자동화되거나 장기 실행 프로세스에 권장됩니다.
보조 관리
- 목록 도우미인증된 사용자에 대해 사용 가능한 모든 보조자 목록을 반환합니다.
- 어시스턴트에게 문의하기특정 보조원에게 질문을 보내 답변을 받으세요.
구성
서버는 다음을 포함하는 config.json
파일에 구성을 저장합니다.
- Folderr API의 기본 URL
- 인증 토큰(로그인 또는 API 키)
오류 처리
서버는 일반적인 시나리오에 대한 자세한 오류 메시지를 제공합니다.
- 인증 실패
- 잘못된 요청
- API 오류
- 네트워크 문제
개발
서버를 빌드하려면:
MCP 설정에서의 사용
MCP 설정 구성에 다음을 추가하세요.
인증 흐름
- 어느 하나:
- 이메일과 비밀번호를 사용하여
login
도구를 사용하세요 - Folderr 개발자 섹션의 API 토큰과 함께
set_api_token
도구를 사용하세요.
- 이메일과 비밀번호를 사용하여
- 인증 토큰은 자동으로 저장되어 후속 요청에 사용됩니다.
- 모든 보조 관련 도구는 사용 전 인증이 필요합니다.
오류 메시지
일반적인 오류 메시지와 의미:
- "로그인 안 됨": 인증 토큰이 설정되지 않았습니다.
- "로그인 실패": 잘못된 자격 증명입니다.
- "보조원 목록을 나열하는 데 실패했습니다": 보조원 목록을 검색하는 중 오류가 발생했습니다.
- "어시스턴트에게 질문하는 데 실패했습니다": 어시스턴트에게 질문을 보내는 중 오류가 발생했습니다.
You must be authenticated.
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.
Tools
Folderr의 API와 상호 작용할 수 있는 도구를 제공하는 MCP(Model Context Protocol) 서버로, 특히 Folderr Assistant를 관리하고 통신하기 위한 것입니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.Last updated -3936JavaScriptApache 2.0
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides tools for managing todo items, including creation, updating, completion, deletion, searching, and summarizing tasks.Last updated -104TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that allows AI models to safely access and interact with local file systems, enabling reading file contents, listing directories, and retrieving file metadata.Last updated -471JavaScriptMIT License
- -security-license-qualityA Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.Last updated -2