A Model Context Protocol (MCP) server that provides tools to interact with Folderr's API, specifically for managing and communicating with Folderr Assistants.
Authenticate the user with email and password. Parameters: email (string), password (string)
Authenticate the user using an API token. Parameters: token (string)
Retrieve a list of all available assistants for the authenticated user. Parameters: None
Send a question to a specific assistant and receive their response. Parameters: assistant_id (string), question (string)
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs