OHFMCPServer
Verified Safeby shrubs21
Overview
This project provides an MCP server designed to interact with an Oracle ATP database.
Installation
python -m mcp.cliSecurity Notes
The project seems to be a standard Python application interacting with a database. No obvious security risks like 'eval', obfuscation, or hardcoded secrets are apparent from the provided files. Network risks are inherent to any server but not explicitly highlighted as a vulnerability here.
Similar Servers
mcp
This repository provides a collection of Model Context Protocol (MCP) servers to enable AI agents to interact with and manage various Oracle Cloud Infrastructure (OCI) services, Oracle Database, and MySQL databases through natural language.
mcp-abap-adt
MCP server for integrating with SAP ABAP Development Tools (ADT) to perform read, write, and system operations on ABAP objects.
mysql-mcp-server
Provides a programmatic interface for interacting with a MySQL database, enabling schema retrieval and arbitrary SQL query execution through an MCP server.
oci-mcp-server
This project appears to be a server application designed for interaction with Oracle Cloud Infrastructure (OCI). The specific functionality denoted by 'MCP' is unknown without the source code.