Back to Home
osim-group icon

osim-mcp-server

Verified Safe

by osim-group

Overview

Provides Model Context Protocol (MCP) access to OSIM (Open Security Information Model) data standards, enabling clients to query and retrieve security-related schemas and their definitions.

Installation

Run Command
uvx osim-mcp-server

Environment Variables

  • OSIM_AUTO_UPDATE
  • OSIM_UPDATE_TIMEOUT

Security Notes

The server uses `subprocess.run` to execute `git clone` for updating schemas from a fixed GitHub repository. While the target URL is trusted, this introduces a supply chain risk if the upstream OSIM schema repository were to be compromised, potentially leading to malicious JSON schema files being downloaded. However, the server's loader only parses JSON, mitigating direct code execution risk from compromised schemas. No `eval` or other highly dangerous functions were found. Network requests for version checks and schema downloads are directed to specific, known GitHub URLs. No hardcoded secrets were identified.

Similar Servers

Stats

Interest Score33
Security Score8
Cost ClassLow
Avg Tokens2000
Stars2
Forks0
Last Update2026-01-19

Tags

MCPOSIMSecurity SchemaData StandardPython