> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/ai-assistant-and-experience-studio/experience-interafaces-and-plugins/cursor-claude-code-ides.md).

# Cursor / Claude Code / IDEs

OpsMx integrates with modern developer environments, AI-enabled IDEs, and coding assistants such as Cursor and Claude Code to provide intelligent guidance directly within the software development process.

The AI Assistant operates inside developer workflows to analyze code, validate implementations, identify risks, and provide contextual recommendations while code is being written.

This creates a developer-first experience where operational intelligence, governance, and security become part of the coding lifecycle rather than post-development review processes.

## Why we use it in OpsMx

OpsMx uses IDE integrations to improve development quality, strengthen security practices, and provide real-time operational awareness during software creation.

### Key reasons for IDE integrations

#### Real-time developer assistance

The assistant provides immediate feedback during development, helping developers identify issues before code reaches review or deployment stages.

#### Secure code development

AI-driven validation helps identify insecure patterns, vulnerable dependencies, and policy violations during code creation.

#### Validation of AI-generated code

As AI-assisted coding adoption increases, the assistant helps validate generated code for security, operational reliability, and best practices.

#### Improved coding efficiency

Developers receive contextual guidance, optimization suggestions, and workflow recommendations without leaving their development environment.

#### Operational context integration

The assistant provides deployment and infrastructure-aware insights directly during development activities.

## How we use it in OpsMx

OpsMx embeds AI-assisted operational intelligence directly into IDE workflows and developer tooling.

### Real-time code analysis

The assistant continuously analyzes code to:

* Detect vulnerabilities
* Identify risky patterns
* Suggest secure implementations
* Validate coding best practices
* Recommend optimizations

This improves software quality early in development.

### AI-generated code validation

OpsMx validates AI-generated code for:

* Security risks
* Compliance requirements
* Dependency vulnerabilities
* Operational stability
* Architectural consistency

This reduces the risks associated with AI-assisted coding workflows.

### Context-aware recommendations

The assistant provides recommendations based on:

* Project history
* Deployment data
* Infrastructure dependencies
* Previous incidents
* Runtime behavior

This enables more informed development decisions.

### Integrated operational intelligence

Developers can access:

* Deployment insights
* Pipeline information
* Security findings
* Infrastructure dependencies
* Service health context

Directly from their development environment.

## Core capabilities of IDE integrations

| Capability                     | Description                                  |
| ------------------------------ | -------------------------------------------- |
| Real-time code analysis        | Continuous validation during development     |
| Security validation            | Detection of insecure coding patterns        |
| AI-code verification           | Validation of AI-generated implementations   |
| Context-aware guidance         | Recommendations based on operational context |
| Workflow integration           | Embedded assistance within IDEs              |
| Developer productivity support | Faster development and issue resolution      |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.opsmx.com/ai-assistant-and-experience-studio/experience-interafaces-and-plugins/cursor-claude-code-ides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
