api-mcp-server
Verified Safeby ambadasjagtap2021
Overview
Provides a Model Context Protocol (MCP) server for mLogica's Star*M database modernization service, offering schema analysis, SQL conversion, and migration estimation.
Installation
npx -y @mlogica/starm-mcp-serverEnvironment Variables
- MLOGICA_API_KEY
- MLOGICA_API_ENDPOINT
- MLOGICA_TIMEOUT_MS
Security Notes
The provided source code consists primarily of configuration files (package.json, tsconfig.json, etc.) and a README. No application logic (.ts/.js files) were available for a comprehensive security audit. Sensitive API keys (MLOGICA_API_KEY) are configured to be passed via environment variables, which is a good practice. No explicit 'eval' or other directly malicious patterns are visible in the provided configuration. The overall security depends heavily on the implementation of the core `index.js` file, which was not provided.
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.
DBchat
Transforms a database into an intelligent conversational partner, enabling natural language queries, instant answers, and data visualizations via MCP clients.
SchemaCrawler-AI
Provides an AI-powered interface for natural language database schema exploration, analysis, visualization, and SQL assistance.
nlp2sql
Converting natural language queries to optimized SQL for enterprise databases using multiple AI providers.