一个用于从AEA查找的MCP服务器。
概述
AER-MCP
一个用于从AEA查找的MCP服务器。
🔍 使用LLM从AEA搜索论文
🛠️ 仍在开发中
💡 灵感来源: arxiv-mcp-server
💡 快速启动
本地化
bash
git clone https://github.com/sepinetam/aer-mcp.git
cd aer-mcp
uv venv .venv
然后,配置它
json
{
"mcpServers": {
"aer-mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/the/repo/",
"run",
"aer_mcp.py"
]
}
}
}