Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MENDELEY_CLIENT_ID | Yes | Your Mendeley API Client ID (obtained from dev.mendeley.com/myapps.html) | |
| MENDELEY_ACCESS_TOKEN | No | Your Mendeley access token (expires quickly - refresh token recommended) | |
| MENDELEY_CLIENT_SECRET | Yes | Your Mendeley API Client Secret (obtained from dev.mendeley.com/myapps.html) | |
| MENDELEY_REFRESH_TOKEN | No | Your Mendeley refresh token (recommended - obtained via mendeley-auth login) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mendeley_search_library | |
| mendeley_get_document | |
| mendeley_list_documents | |
| mendeley_list_folders | |
| mendeley_search_catalog | |
| mendeley_get_by_doi | |
| mendeley_add_document | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_recent_documents | Get the 10 most recently modified documents in the library. |
| get_all_folders | Get all folders in the library. |