PluginBench
MCP Server

io.github.joshuaworth/pullsheet-diagnostics MCP Server

io.github.joshuaworth/pullsheet-diagnostics

What is the io.github.joshuaworth/pullsheet-diagnostics MCP server?

AI-powered diagnostics for elevator, escalator, and vertical transportation equipment

How to install io.github.joshuaworth/pullsheet-diagnostics

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pullsheet-diagnostics": {
      "url": "https://pullsheet-mcp-server.hgfbxjxghp.workers.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pullsheet-diagnostics": {
      "serverUrl": "https://pullsheet-mcp-server.hgfbxjxghp.workers.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pullsheet-diagnostics": {
      "type": "http",
      "url": "https://pullsheet-mcp-server.hgfbxjxghp.workers.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "pullsheet-diagnostics": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://pullsheet-mcp-server.hgfbxjxghp.workers.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http pullsheet-diagnostics https://pullsheet-mcp-server.hgfbxjxghp.workers.dev/mcp

Related MCP servers

AI-powered job cost estimator for skilled trades with material and labor breakdowns

View repository →
io.github.joshuaworth/pullsheet-diagnostics MCP Server | PluginBench