Back to Paradedb

Integrate with AI

docs/welcome/ai-agents.mdx

0.23.4877 B
Original Source

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

bash
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.

MCP Integration

ParadeDB documentation is available via the Model Context Protocol (MCP) 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.