folderr-tech_folderr-mcp-server

folderr-tech_folderr-mcp-server

3.1

If you are the rightful owner of folderr-tech_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 facilitate interaction with Folderr's API, focusing on managing and communicating with Folderr Assistants.

The Folderr MCP Server is a specialized server that integrates with Folderr's API to provide seamless management and communication with Folderr Assistants. It supports two primary authentication methods: email/password login and API token authentication, making it versatile for both manual and automated processes. The server is designed to handle various tasks related to assistant management, such as listing available assistants and interacting with them by sending questions and receiving responses. Configuration is straightforward, with settings stored in a `config.json` file, ensuring that the server can be easily set up and maintained. Error handling is robust, providing clear messages for common issues like authentication failures and network problems. This server is ideal for developers looking to integrate Folderr's assistant capabilities into their applications, offering a reliable and efficient way to manage assistant interactions.

Features

  • Supports email/password and API token authentication methods.
  • Allows listing and interaction with Folderr Assistants.
  • Stores configuration in a simple JSON file for easy setup.
  • Provides detailed error messages for troubleshooting.
  • Designed for seamless integration with Folderr's API.

Tools

  1. login

    Authenticate using email and password.

  2. set_api_token

    Authenticate using an API token.

  3. list_assistants

    Retrieve a list of available assistants.

  4. ask_assistant

    Send a question to a specific assistant.