anytype

stevelr/anytype
★ 28 stars Rust Code/Dev Tools Updated today
CLI, Rust client library, and MCP server for Anytype: manage spaces and objects, edit documents in Markdown, back up and restore, chat.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "anytype": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "anytype"
      ]
    }
  }
}

README Excerpt

Automate Anytype with anyr CLI, external editor, or MCP server. The unified binary `anyr` can manage spaces and objects, work with files and chats, edit documents in Markdown, export and restore spaces, and run a workflow-oriented MCP server. The rust client library [`anytype`](https://crates.io/crates/anytype) provides an ergonomic Rust

Topics

anytypeautomationcliknowledge-baselocal-firstmcp-serverrust