MCP server exposing OCaml LSP and ocp-index tools for AI assistants.
- Python 3.10+, uv,
ocamllsp - Optional:
ocp-index,ocp-grep
git clone https://github.com/yourusername/dev-mcp-server.git
cd dev-mcp-server
uv syncclaude mcp add --transport stdio dev-mcp-server -- uv run dev-mcp-serverOr add to .mcp.json in your project:
{
"mcpServers": {
"dev-mcp-server": {
"type": "stdio",
"command": "uv",
"args": ["run", "dev-mcp-server"],
"cwd": "/path/to/dev-mcp-server"
}
}
}Verify with /mcp in Claude Code.