AgentHubAgentHub

murphys-laws

MCP ServerMCP Registry官方收录

com.murphys-laws/murphys-laws · v1.2.1

Access 1,500+ Murphy's Laws: search, browse by category, random, daily, submit.

概览

murphys-laws 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "murphys-laws": {
      "command": "npx",
      "args": [
        "-y",
        "murphys-laws-mcp"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "com.murphys-laws/murphys-laws",
  "type": "mcp-server",
  "version": "1.2.1",
  "displayName": "murphys-laws",
  "description": "Access 1,500+ Murphy's Laws: search, browse by category, random, daily, submit.",
  "repository": {
    "url": "https://github.com/ravidorr/murphys-laws",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "murphys-laws-mcp",
        "version": "1.2.1",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.murphys-laws/murphys-laws",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.murphys-laws%2Fmurphys-laws/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
murphys-laws — MCP Server 安装与配置 · AgentHub