openclaw/extensions/cursor-mcp/CHANGELOG.md
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

1.1 KiB

Changelog

2026.1.29

Initial release of OpenClaw Cursor MCP integration.

Features

  • MCP Server: Full Model Context Protocol server implementation for Cursor IDE
  • Tools:
    • openclaw_chat: Chat with OpenClaw AI agent
    • openclaw_list_sessions: List active sessions
    • openclaw_get_session: Get session details
    • openclaw_clear_session: Clear session history
    • openclaw_execute_command: Execute OpenClaw commands
    • openclaw_send_message: Send messages through channels
    • openclaw_get_status: Get gateway status
    • openclaw_list_models: List available models
  • Resources:
    • openclaw://status: Gateway status
    • openclaw://models: Available models
    • openclaw://sessions: Active sessions
    • openclaw://config: Configuration (sanitized)
  • Prompts:
    • code_review: Code review assistance
    • explain_code: Code explanation
    • generate_tests: Test generation
    • refactor_code: Refactoring suggestions
    • debug_help: Debugging assistance
    • send_notification: Channel notifications
  • CLI Commands:
    • openclaw mcp serve: Start MCP server
    • openclaw mcp info: Show configuration help