loading…
Search for a command to run...
loading…
Exposes a local biomedical literature pipeline as MCP tools for automated research workflows. Enables literature search, open-access paper retrieval, and draft
Exposes a local biomedical literature pipeline as MCP tools for automated research workflows. Enables literature search, open-access paper retrieval, and draft generation for biomedical and pathology domains through standard MCP clients.
MCP server that exposes the local biomedical literature pipeline in:
/Users/zouxingyu/Desktop/Codex工作区/literature-agentIt wraps the existing five-step CLI workflow as MCP tools so OpenClaw / Codex / Claude Code / other MCP clients can call it as a standard server.
plan_querysearch_and_mergedownload_fulltextsconvert_and_indexwrite_draftrun_pipelinecd /tmp/mcp_repo_zouxy111
python3.11 -m venv .venv
source .venv/bin/activate
pip install -e .
source .venv/bin/activate
literature-agent-mcp
LITERATURE_AGENT_ROOT: override the default project root/Users/zouxingyu/Desktop/Codex工作区/literature-agentLITERATURE_AGENT_PYTHON: override the interpreter used to call the backend<root>/.venv/bin/python, fallback python{
"mcpServers": {
"literature-agent": {
"command": "/tmp/mcp_repo_zouxy111/.venv/bin/literature-agent-mcp",
"env": {
"LITERATURE_AGENT_ROOT": "/Users/zouxingyu/Desktop/Codex工作区/literature-agent"
}
}
}
}
For a given task_id, outputs are written under:
<literature-agent>/work/<task_id>/
Typical structure:
query_plan.jsonsearch/master_results.jsonlcorpus/draft/Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"literature-agent-mcp": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also