sgraph-mcp-server

softagram/sgraph-mcp-server

3.1

If you are the rightful owner of sgraph-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

SGraph MCP Server is a server implementation designed to facilitate communication using the Model Context Protocol (MCP).

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"]
    }
  }
}