19 lines
336 B
JSON
19 lines
336 B
JSON
{
|
|
"mcpServers": {
|
|
"time": {
|
|
"command": "uvx",
|
|
"args": ["mcp-server-time", "--local-timezone=Asia/Shanghai"]
|
|
},
|
|
"arxiv-mcp-server": {
|
|
"args": [
|
|
"tool",
|
|
"run",
|
|
"arxiv-mcp-server",
|
|
"--storage-path",
|
|
"/path/to/paper/storage"
|
|
],
|
|
"command": "uv"
|
|
}
|
|
}
|
|
}
|