literature-agent-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LITERATURE_AGENT_ROOT | No | Override the default project root | /Users/zouxingyu/Desktop/Codex工作区/literature-agent |
| LITERATURE_AGENT_PYTHON | No | Override the interpreter used to call the backend | <root>/.venv/bin/python |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| plan_queryC | Generate a query plan JSON for a biomedical/pathology literature task. |
| search_and_mergeB | Run multi-source search and merge using the existing query plan. |
| download_fulltextsC | Download open-access full texts and write manual follow-up list. |
| convert_and_indexC | Convert downloaded PDF/HTML to notes/text and index the corpus. |
| write_draftC | Generate an outline and first draft scaffold from the local corpus. |
| run_pipelineC | Run the complete literature pipeline: plan, search, download, index, and draft. |
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/zouxy111/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server