Getting Started
Install¶
uv sync
Run the server (SSE)¶
uv run src/server_modular.py
The server listens on http://localhost:8008/sse.
Configure MCP in your IDE¶
Add an MCP server named sgraph-mcp pointing to the SSE URL above. Then list tools and call sgraph_load_model with your model path.
Quick test via CLI¶
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | npx -y mcp-remote http://localhost:8008/sse