Installation

Claude Desktop

  • Open your Claude Desktop configuration file:
  • - **macOS**: ~/Library/Application Support/Claude/claude_desktop_config.json

    - **Windows**: %APPDATA%\Claude\claude_desktop_config.json

  • Add the MCP server configuration:
  • {
      "mcpServers": {
        "lmp-price": {
          "command": "npx",
          "args": ["@saral/mcp-lmp"]
        }
      }
    }
  • Restart Claude Desktop
  • Start asking questions!
  • Cursor

  • Open Cursor Settings (Cmd/Ctrl + ,)
  • Navigate to the MCP section
  • Add the tool using npx:
  • npx @saral/mcp-lmp
  • The tool will be available in your next session
  • ChatGPT (Actions)

    For ChatGPT, you can import our OpenAPI specifications as Actions:

  • Go to ChatGPT Settings > Actions
  • Create a new Action
  • Import the OpenAPI spec URL for the tool you want:
  • - LMP: https://saralsystems.co/api/gridkit/lmp/openapi.json

    - Carbon: https://saralsystems.co/api/gridkit/carbon/openapi.json

    Docker (Self-hosted)

    If you prefer to self-host, each tool is available as a Docker container:

    docker run -p 3000:3000 saral/mcp-lmp

    This runs the MCP server locally on port 3000.