openclaw-mcp-server

Expose OpenClaw memory, knowledge, and skill endpoints via MCP.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/Heretek-AI/heretek-openclaw --skill openclaw-mcp-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-mcp-server
Source: https://github.com/Heretek-AI/heretek-openclaw/tree/main/plugins/openclaw-mcp-server
Command: npx skills add https://github.com/Heretek-AI/heretek-openclaw --skill openclaw-mcp-server

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @modelcontextprotocol/sdk, zod.

What problem does it solve?

OpenClaw MCP Server provides a Model Context Protocol (MCP) server to expose OpenClaw capabilities to external MCP clients, enabling standardized access to skills, memories, and knowledge across tools and prompts.

Core Features & Use Cases

  • Exposes resources: memory, knowledge, and skills endpoints via MCP for discovery, read, and execution flows.
  • Provides tools and prompts: skill execution, memory and knowledge tools, and agent interaction templates.
  • Enables seamless integration: plug-and-play with IDEs, other systems, and triad workflows through a standards-based MCP interface.

Quick Start

Run the MCP server to start exposing OpenClaw capabilities to MCP clients.

Frequently Asked Questions about openclaw-mcp-server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I expose local memory and knowledge bases to external AI clients?

An MCP server exposes local memory, knowledge, and skills to external clients via standardized resource endpoints, enabling external AI tools to discover, read, and execute those capabilities.

What is the Model Context Protocol used for in skill integration?

The Model Context Protocol (MCP) is used for standardized skill integration, allowing external clients to seamlessly access tools, prompts, and resources like memory and knowledge through a unified API.

How do I configure an MCP server for environment-agnostic deployment?

You configure an MCP server for environment-agnostic deployment by using config-driven paths and robust error handling, ensuring the server operates independently of specific local directory structures.

Does the Model Context Protocol support skill execution and discovery?

Yes, the Model Context Protocol supports skill execution and discovery through MCP-compliant tool and prompt handlers, allowing clients to find and run exposed skills programmatically.

Can I use an MCP server to connect external IDEs to my knowledge base?

Yes, you can connect external IDEs to your knowledge base using an MCP server, which provides plug-and-play integration through a standards-based interface for accessing knowledge and memory.