mcp-x-platform
Verified Safeby Atomic-Germ
Overview
A Cross-Platform Compatibility Analyzer MCP server that systematically identifies platform-specific code patterns, dependencies, and potential portability issues.
Installation
node /path/to/mcp-x-platform/dist/index.jsEnvironment Variables
- OPTIMIST_LOG_LEVEL
- OPTIMIST_MAX_FILES
- OPTIMIST_ANALYSIS_TIMEOUT
- OPTIMIST_PARALLEL_WORKERS
- OPTIMIST_CACHE_ENABLED
- OPTIMIST_CACHE_DIR
Security Notes
The server performs static code analysis, explicitly stating 'No code execution during analysis'. It uses standard AST parsing libraries and operates via stdio, limiting external network exposure. Input validation is in place, and there are no obvious hardcoded secrets or malicious patterns in the provided source code. File system access is typically contained within the project directory for analysis.
Similar Servers
language-server-mcp
Provides language support features like hover information, code completion, and diagnostics for code editing through the Model Context Protocol (MCP).
treesitter-mcp
Provides a Model Context Protocol (MCP) server and CLI for static code analysis using Tree-sitter.
Swift-Selena
Swift code analysis and development assistance for Claude AI, providing static analysis, LSP integration, and project insights even with build errors.
ultrascript-tools-mcp
An expert developer tool for comprehensive code analysis, semantic search, refactoring, code modification, and automated documentation. It leverages AI and specialized runtime environments (Node.js/Bun) for high performance, featuring deep Git integration for branch-aware indexing and merge conflict resolution across multiple programming languages.