Literature Review MCP Server
by ydzat
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | No | The specific model to use (e.g., Qwen/Qwen2.5-7B-Instruct, gpt-4o, deepseek-chat). | Qwen/Qwen2.5-7B-Instruct |
| LLM_API_KEY | Yes | Your API key for the chosen LLM provider. | |
| LLM_BASE_URL | No | Custom API endpoint (e.g., https://api.siliconflow.cn/v1). Automatically set for siliconflow and openai if not provided. | https://api.siliconflow.cn/v1 |
| LLM_PROVIDER | Yes | The LLM provider to use. Valid options: siliconflow, openai, custom. | |
| LLM_TEMPERATURE | No | Temperature parameter for generation (default is 0.7, recommended 0.3 for academic rigor). | 0.3 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ydzat/literature-review-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server