.mcp.json.example•2.11 kB
{
"mcpServers": {
"graphistry-http": {
"type": "http",
"url": "http://localhost:8082",
"description": "Graphistry GPU-accelerated graph visualization with pattern detection and network analysis (HTTP mode)",
"disabled": false,
"autoApprove": [
"visualize_graph",
"get_graph_info",
"get_graph_ids",
"apply_layout",
"detect_patterns",
"encode_point_color",
"encode_point_size",
"encode_point_icon",
"encode_point_badge",
"apply_ring_categorical_layout",
"apply_group_in_a_box_layout",
"apply_modularity_weighted_layout",
"apply_ring_continuous_layout",
"apply_time_ring_layout",
"apply_tree_layout",
"set_graph_settings",
"health_check"
],
"alwaysAllow": [
"get_graph_info",
"health_check"
]
},
"graphistry": {
"command": "uv",
"args": [
"--directory",
"${PROJECT_ROOT}",
"run",
"python",
"${PROJECT_ROOT}/run_graphistry_server.py"
],
"env": {
"GRAPHISTRY_USERNAME": "your_username",
"GRAPHISTRY_PASSWORD": "your_password",
"LOG_LEVEL": "INFO",
"PYTHONPATH": "${PROJECT_ROOT}"
},
"description": "Graphistry GPU-accelerated graph visualization with pattern detection and network analysis",
"disabled": true,
"autoApprove": [
"visualize_graph",
"get_graph_info",
"get_graph_ids",
"apply_layout",
"detect_patterns",
"encode_point_color",
"encode_point_size",
"encode_point_icon",
"encode_point_badge",
"apply_ring_categorical_layout",
"apply_group_in_a_box_layout",
"apply_modularity_weighted_layout",
"apply_ring_continuous_layout",
"apply_time_ring_layout",
"apply_tree_layout",
"set_graph_settings",
"health_check"
],
"alwaysAllow": [
"get_graph_info",
"health_check"
],
"type": "stdio"
}
}
}