folderr-mcp-server
If you are the rightful owner of folderr-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Folderr MCP Server is a Model Context Protocol server designed to interact with Folderr's API, facilitating the management and communication with Folderr Assistants.
The Folderr MCP Server is a specialized server that enables seamless interaction with Folderr's API, particularly for managing Folderr Assistants. It supports two authentication methods: login with email/password and API token authentication, making it versatile for both manual and automated processes. The server allows users to list available assistants and communicate with them by sending questions and receiving responses. Configuration is managed through a `config.json` file, and the server provides comprehensive error handling for authentication failures, invalid requests, and network issues. Developers can build the server using npm, and it can be integrated into MCP settings for streamlined usage.
Features
- Authentication: Supports login with email/password and API token authentication.
- Assistant Management: List and interact with Folderr Assistants.
- Configuration: Managed via a `config.json` file.
- Error Handling: Detailed error messages for common issues.
- Development: Build the server using npm.
Tools
login
Authenticate using email and password.
set_api_token
Authenticate using an API token.
list_assistants
Retrieve a list of available assistants.
ask_assistant
Send a question to a specific assistant.