C

Claw Memory

MCP server for persistent memory storage by appending entries to an Obsidian vault hosted on GitHub.

Claw·No reviews yet
Repo
Share:

About

MCP server for persistent memory storage by appending entries to an Obsidian vault hosted on GitHub.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Claw Memory.

What is Claw Memory and what problem does it solve?
Claw Memory is an MCP server designed for persistent memory storage. It addresses the need for easily retrievable personal data by appending entries to an Obsidian vault hosted on GitHub, making your notes accessible and searchable.
How can I set up Claw Memory with a client like Cline?
To set up Claw Memory with Cline, you would typically add its slug, 'claw-memory', to your Cline configuration. Ensure your Cline client is correctly configured to communicate with locally running MCP servers via the stdio transport.
Does Claw Memory require an API key or other authentication?
No, Claw Memory does not require an API key or other authentication mechanisms as per its configuration. It operates using the 'none' authentication type, simplifying its deployment.
What are the core capabilities of the Claw Memory MCP server?
The primary capability of Claw Memory is to provide persistent storage for memory entries. It achieves this by seamlessly integrating with an Obsidian vault and a GitHub repository, ensuring your data is stored and version-controlled.
What are the costs associated with using Claw Memory?
Claw Memory itself is open-source and free to use. However, you will incur costs associated with hosting your Obsidian vault on GitHub, which offers both free and paid plans depending on your storage needs and private repository usage.
What is a key prerequisite to using Claw Memory?
A key prerequisite for using Claw Memory is having an existing Obsidian vault. This vault must be hosted and accessible via a GitHub repository, as Claw Memory interacts directly with this setup for data storage.

Install Claw Memory

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "claw-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claw-memory"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "claw-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claw-memory"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "claw-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claw-memory"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.