使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"arcgis-portal": {
"command": "python",
"args": [
"-m",
"arcgis_portal_mcp.server"
],
"env": {
"portal_url": "https://gis.example.com/portal",
"username": "your-portal-username",
"password": "your-portal-password"
}
}
}
}