dev-mcp-server
Verified Safeby koonwen
Overview
Provides OCaml Language Server Protocol (LSP) and ocp-index tools for AI assistants to analyze and interact with OCaml codebases.
Installation
uv run dev-mcp-serverEnvironment Variables
- DEV_MCP_NO_LSP
- DEV_MCP_NO_OCP_INDEX
Security Notes
The server executes external OCaml tools (ocamllsp, ocp-index, ocp-grep) via subprocesses. While arguments are passed as lists to mitigate shell injection, the security relies on the trustworthiness and robustness of these external binaries against crafted inputs. No 'eval' or hardcoded secrets found within the Python code.
Similar Servers
cclsp
Integrate LLM-based coding agents with Language Server Protocol (LSP) servers to enable robust code navigation, symbol resolution, and refactoring across various programming languages.
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
fsi-mcp-server
Provides a Model Context Protocol (MCP) server wrapper for F# Interactive (FSI) to enable AI-assisted development workflows with programmatic access to FSI sessions.
zoekt-mcp
Provides code search and content fetching capabilities using Zoekt, designed for integration with AI assistants and LLMs.