SGraph MCP Server Install dependencies uv sync Run the server uv run src/server.py MCP client configuration { "mcpServers": { "sgraph-mcp": { "command": "npx", "args": ["-y", "mcp-remote", "http://localhost:8000/sse"] } } }