{
  "markdown": "# Weegloo Plugin\n\nThis repository contains the configuration needed to integrate Weegloo with Cursor IDE and Claude Code. The plugin enables your agents to interact directly with your Weegloo, allowing you to view, create, update, and delete resources, as well as perform nearly all actions available in the console-entirely through natural language.\n\n**One plugin bundle** (`plugins/weegloo/`) is shared by both ecosystems: `skills/`, `rules/`, and `mcp.json` live only there. Claude reads `plugins/weegloo/.claude-plugin/plugin.json`; Cursor reads `plugins/weegloo/.cursor-plugin/plugin.json`. Each marketplace catalog at the repo root only lists that path (see [Cursor multi-plugin repos](https://cursor.com/docs/reference/plugins.md#multi-plugin-repositories) and [Claude marketplaces](https://code.claude.com/docs/ko/plugin-marketplaces)).\n\n## Features\n\nThe Weegloo MCP server provides the following capabilities:\n\n- **Entity**: Supports create, read, update, and delete (CRUD) operations for all entities, including Organization, Space, ContentType, Content, and Media.\n- **WebHosting**: You can deploy web projects and host them on the web.\n\n## Requirements\n\nBefore setting up the Weegloo MCP server, ensure you have:\n- Node.js >= 18\n  - `weegloo-upload` is an npm package required for file transfers with an MCP server. For more details, please refer to [weegloo-upload](https://www.npmjs.com/package/weegloo-upload)\n- Cursor IDE or Claude Code CLI installed\n- You must be registered with Weegloo and generate a Personal Access Token in the Weegloo console in advance to authenticate with the MCP server.\n\n## Installation\n\nChoose the installation method for your IDE:\n\n### Claude Code\n\nThis repository is a [plugin marketplace](https://code.claude.com/docs/ko/plugin-marketplaces): add the marketplace, then install the `weegloo` plugin (MCP + skills ship inside `plugins/weegloo/`).\n\n```bash\nclaude plugin marketplace add https://github.com/weeglooapi/weegloo-mcp-plugin\nclaude plugin install weegloo@weegloo-plugins\n```\n\nFor MCP only from a local clone, point at the plugin root (not the repo root):\n\n```bash\ngit clone https://github.com/weeglooapi/weegloo-mcp-plugin.git\nclaude mcp add-from-claude-plugin ./weegloo-mcp-plugin/plugins/weegloo\n```\n\nThe Weegloo MCP server will be automatically configured when the plugin loads.\n\nThe plugin’s MCP configuration lives at `plugins/weegloo/.mcp.json` (repo root `.mcp.json` matches it for Cursor and other tools):\n\n```json\n{\n  \"mcpServers\": {\n    \"weegloo\": {\n      \"type\": \"http\",\n      \"url\": \"https://ai.weegloo.com/mcp\"\n    },\n    \"weegloo-upload\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"weegloo-upload\"],\n      \"env\": {\n        \"UPLOAD_API_URL\": \"https://upload.weegloo.com/v1\",\n        \"AUTH_BEARER_TOKEN\": \"${PERSONAL_ACCESS_TOKEN}\"\n      }\n    }\n  }\n}\n```\n\nAfter completing the plugin setup, you must replace the `AUTH_BEARER_TOKEN` environment variable of the `weegloo-upload` MCP server with the `Personal Access Token` issued in advance from the Weegloo console.\n\n### Cursor\n\n**Cursor plugin (rules, skills, MCP):** the installable unit is `plugins/weegloo/`, per [Cursor Plugins](https://cursor.com/docs/plugins). This repo includes `.cursor-plugin/marketplace.json` at the root for team marketplaces or multi-plugin layouts. To try the plugin locally before publishing, symlink the bundle as [documented](https://cursor.com/docs/plugins#test-plugins-locally) (example: `weegloo` → `…/weegloo-mcp-plugin/plugins/weegloo`), then reload the window.\n\n**Manual MCP only:** follow these steps if you want MCP in settings without installing the plugin bundle:\n\n#### Step 1: Open Cursor Settings\n\nNavigate to **Cursor → Settings → Cursor Settings** (or use the keyboard shortcut `Cmd+,` on macOS, `Ctrl+,` on Windows/Linux).\n\n#### Step 2: Navigate to MCP Tab\n\nIn the Settings interface, click on the **MCP** tab to access MCP server configurations.\n\n#### Step 3: Add Weegloo MCP Configuration\n\nAdd the following configuration to connect to the remote Weegloo MCP server:\n\n```json\n{\n  \"mcpServers\": {\n    \"weegloo\": {\n      \"type\": \"http\",\n      \"url\": \"https://ai.weegloo.com/mcp\"\n    },\n    \"weegloo-upload\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"weegloo-upload\"],\n      \"env\": {\n        \"UPLOAD_API_URL\": \"https://upload.weegloo.com/v1\",\n        \"AUTH_BEARER_TOKEN\": \"${PERSONAL_ACCESS_TOKEN}\"\n      }\n    }\n  }\n}\n```\n\n#### Step 4: Set `Personal Access Token`\n\nAfter completing the plugin setup, you must replace the `AUTH_BEARER_TOKEN` environment variable of the `weegloo-upload` MCP server with the `Personal Access Token` issued in advance from the Weegloo console.\n\n#### Step 5: Authenticate\n\nSave the configuration. You will also see a connect button once added. Click that to authenticate into your Weegloo.\nEnter the `Personal Access Token` issued in advance from the Weegloo console.\n\n## MCP Servers\nThe MCP server tool groups are as follows:\n\n| Group | Description | URL |\n|----------|----------|-----|\n| {none}  | Includes the basic set of tools. | https://ai.weegloo.com/mcp |\n| core  | Includes the basic tools, excluding those related to WebHosting and Tokens. | https://ai.weegloo.com/mcp?group=core |\n| extra | Includes tools related to Usage, Webhooks, Tags, and Limits. | https://ai.weegloo.com/mcp?group=extra |\n| all | Includes all available tools. If you register the MCP server for this group, the other MCP servers are not required. | https://ai.weegloo.com/mcp?group=all |\n\n\n## Documentation & Resources\n\n- [Official Weegloo MCP Server Documentation](https://docs.weegloo.com/en-US/ai/tools/mcp/)\n\n## Questions or Issues?\n\nFor questions about the Weegloo MCP server or integration issues, please refer to the [official Weegloo documentation](https://docs.weegloo.com/en-US/ai/tools/mcp/).\n",
  "bytes": 5794,
  "sha": "84bb81a9e0b92bff188feea4eca20f8d070505707cb71cc789626c30f6aa9972",
  "repo_slug": "weeglooapi/weegloo-mcp-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_weeglooapi_weegloo_mcp_plugin_weegloo_e86ccf3b/readme"
}