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

# Integrate with AI

> Teach your coding assistant to use ParadeDB

Before getting started, let's give your coding agent full context of ParadeDB by adding the ParadeDB agent skill.

```bash theme={null}
npx skills add paradedb/agent-skills
```

This installs `paradedb-skill` into your agent's skills directory (for example, Codex uses `$CODEX_HOME/skills/paradedb-skill`) and works with all major
coding assistants like Claude Code, Cursor, Codex, Windsurf, Gemini, and more.

For manual and tool-specific setup instructions, see the [agent-skills repository](https://github.com/paradedb/agent-skills).

## MCP Integration

ParadeDB documentation is available via the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) for direct integration with MCP-compatible agents.

**MCP Endpoint:**

```
https://docs.paradedb.com/mcp
```

This allows MCP-enabled tools to query ParadeDB documentation programmatically and provide contextual assistance.

### Cursor Plugin

For Cursor users, the easiest way to access the MCP server is with the [official plugin](https://cursor.com/marketplace/parade-db).
