openclaw/docs/plugins
Ananta Tamboli c473a69f2d feat: add OpenClaw MCP integration for Cursor IDE
This commit introduces the OpenClaw Model Context Protocol (MCP) server integration for Cursor IDE, enabling users to leverage OpenClaw's AI capabilities directly within the IDE. Key features include session management, multi-channel messaging, and built-in code assistance prompts. The integration is documented in the new `cursor-mcp.md` file and includes a changelog for version 2026.1.29.

New files added:
- `cursor-mcp.md`: Documentation for MCP integration.
- `CHANGELOG.md`: Changelog for the integration.
- `index.ts`: Main plugin file for MCP server.
- `openclaw.plugin.json`: Plugin configuration.
- `README.md`: Detailed usage instructions.
- `src/gateway-client.ts`: WebSocket client for gateway communication.
- `src/server.ts`: MCP server implementation.
- `src/types.ts`: Type definitions for the MCP server.
- `tsconfig.json`: TypeScript configuration.
- `package.json`: Plugin dependencies and scripts.
2026-01-30 13:00:01 +05:30
..
agent-tools.md refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
cursor-mcp.md feat: add OpenClaw MCP integration for Cursor IDE 2026-01-30 13:00:01 +05:30
manifest.md refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
voice-call.md refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
zalouser.md refactor: rename to openclaw 2026-01-30 03:16:21 +01:00