Back to Home
IBM icon

ibm-openpages-local-mcp-server

by IBM

Overview

A local Model Context Protocol (MCP) server enabling AI agents to securely interact with IBM OpenPages GRC platform.

Installation

Run Command
python start_mcp.py

Environment Variables

  • OPENPAGES_BASE_URL
  • OPENPAGES_AUTHENTICATION_TYPE
  • OPENPAGES_USERNAME
  • OPENPAGES_PASSWORD
  • OPENPAGES_APIKEY
  • OPENPAGES_AUTHENTICATION_URL
  • SSL_VERIFY
  • DEBUG
  • LOG_LEVEL

Security Notes

Direct f-string concatenation of user-provided arguments (e.g., `name_filter`, `status_filter`, `sort_by` fields, `sort_by.order`) into SQL queries in `generic_object_tools.py` creates a significant SQL injection vulnerability. The `SSL_VERIFY` setting can be disabled for development, posing a risk if left `False` in production environments, potentially exposing traffic to eavesdropping.

Similar Servers

Stats

Interest Score38
Security Score3
Cost ClassMedium
Avg Tokens800
Stars2
Forks1
Last Update2026-01-17

Tags

OpenPagesGRCAI AgentMCPLocal Server