Getting Started
Public service
Connect an MCP client to the shared instance.
Endpoint:
https://icml.agent4sci.com:20441/mcpClaude Code:
claude mcp add --transport http icml-papers --scope user \
https://icml.agent4sci.com:20441/mcpGeneric Streamable HTTP configuration:
{
"mcpServers": {
"icml-papers": {
"type": "http",
"url": "https://icml.agent4sci.com:20441/mcp"
}
}
}The quota is shared and the service may be unavailable during maintenance. Use a local deployment when you need an independent service or data store.