ibm-openpages-mcp-server

IBM/ibm-openpages-mcp-server
★ 0 stars Python Code/Dev Tools Updated 3mo ago
An MCP (Model Context Protocol) server that provides various tools for OpenPages based on published ontology. The MCP server can be deployed as local or remote MCP server.
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": {
    "ibm-openpages-mcp-se": {
      "command": "uvx",
      "args": [
        "ibm-openpages-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ibm-openpages-mcp-server