Skip to main content
Glama

Graphistry MCP

Official
by graphistry
.mcp.json.example2.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" } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/graphistry/graphistry-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server