> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bevor.io/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP (Coming Soon)

> Cursor, Windsurf, and other supported environments for real-time security analysis

<Note>
  Bevor MCP is coming soon. For early access and custom deployment options, contact our team at [contact@bevor.io](mailto:contact@bevor.io).
</Note>

## As-You-Type Security

Integrate BevorAI directly into your development environment to write more secure code from the start. Model Context Protocol (MCP) integration provides real-time security guidance, vulnerability prevention, and best practice enforcement as you develop.

### IDE Configuration

To enable BevorAI MCP in your IDE, add the following configuration to your `.mcp-config.json` file:

```json theme={null}
{
  "mcpServers": {
    "bevor": {
      "url": "https://api.bevor.io/mcp",
      "env": {
        "BEVOR_API_KEY": "YOUR_BEVOR_API_KEY"
      }
    }
  }
}
```
