mcp-servicenow-readonly

tiigortadeu/mcp-servicenow-readonly
★ 0 stars TypeScript Security Updated today
Read-only MCP server for ServiceNow — safe, auditable, query-only tools. Part of the happy-tech ecosystem.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-servicenow-reado": {
      "command": "npx",
      "args": [
        "-y",
        "tiigortadeu/mcp-servicenow-readonly"
      ]
    }
  }
}