Skip to main content
A growing collection of resources to help you work with PowerSync using AI-powered tools like Cursor, Claude, Windsurf, and ChatGPT. These resources give AI assistants the context they need to help you implement PowerSync features faster.

PowerSync Agent Skills

PowerSync Agent Skills provides AI agents with the PowerSync-specific context and capabilities needed to act on tasks in your codebase. This includes knowledge of PowerSync APIs, patterns, and best practices. To get started, run the following command in your terminal and follow the prompts:
npx skills add powersync-ja/agent-skills
Learn more:

Agent Skills

PowerSync Agent Skills repository

AI-Accessible Documentation

Markdown Documentation

Every page in our documentation is available in Markdown — a format that’s easier for LLMs to process than HTML. There are a few ways to access it:
  • Append .md to any page URL:
    https://docs.powersync.com/intro/setup-guide.md
    
  • Press Ctrl/Cmd+C on any page to copy it as Markdown
  • Use the contextual menu on a page to copy or view it as Markdown, or to open it directly in ChatGPT or Claude
Context menu with AI-related options

MCP Server

Our docs site hosts an MCP (Model Context Protocol) server, allowing AI tools to search PowerSync documentation directly during a conversation — without relying on training data or web search results. The PowerSync MCP server is available at:
https://docs.powersync.com/mcp
Connect it using the npx add-mcp command:
npx add-mcp https://docs.powersync.com/mcp
Or add the URL manually in your AI tool’s MCP settings. You can also use the contextual menu on any docs page for quick access — it includes options to copy the server URL or connect directly to Cursor or VS Code.

Full Documentation Text

For broad context about PowerSync, we provide two plain-text versions of the full documentation:
  • llms-full.txt — the entire documentation site in a single file, ideal for loading complete context into an AI assistant
  • llms.txt — a page outline listing all documentation pages, useful for helping AI assistants index and navigate our docs

Community Resources

Join our Discord community to share your experiences using AI tools with PowerSync and learn from other developers.