PerslyPersly API
MCP

Connect with AI Coding Tools

Set up Persly MCP with Cursor, VS Code, Windsurf, Zed, and JetBrains IDEs.

한국어 버전

Connect Persly MCP to your AI coding assistant. OAuth authentication is auto-detected — your browser will open for login on first use.

Create .cursor/mcp.json in your project root (or ~/.cursor/mcp.json for global access):

{
  "mcpServers": {
    "persly-mcp": {
      "url": "https://mcp.persly.ai/mcp"
    }
  }
}

Persly MCP requires Agent mode in Cursor. It will not work in normal chat mode.

Create .vscode/mcp.json in your project root:

{
  "servers": {
    "persly-mcp": {
      "type": "http",
      "url": "https://mcp.persly.ai/mcp"
    }
  }
}

Requires GitHub Copilot Agent mode. The type: "http" field is required for HTTP-based MCP servers.

Edit ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "persly-mcp": {
      "serverUrl": "https://mcp.persly.ai/mcp"
    }
  }
}

Windsurf uses serverUrl instead of url. Using the wrong key will cause a connection failure.

Edit ~/.config/zed/settings.json:

{
  "context_servers": {
    "persly-mcp": {
      "url": "https://mcp.persly.ai/mcp"
    }
  }
}
  1. Open SettingsToolsAI AssistantMCP
  2. Click "+" to add a new server
  3. Enter the URL: https://mcp.persly.ai/mcp
  4. Complete the login in the browser popup

Requires JetBrains IDE version 2025.1 or later with AI Assistant plugin.