lemur47

Lemurkit — DevOps skill for Claude Code

DevOps community

AI Sovereignty - The team cognition for AI agents.

How to install Lemurkit

This entry records only its repository, not the path inside it, so there is no exact command to give. Open lemur47/lemurkit and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Lemurkit does

AI Sovereignty - The team cognition for AI agents. The remote MCP connector on Cloudflare. KV is for Transactive Memory System, R2 is for Shared Knowledge and Mental Models. D1/Vectorize are for the semantic layer.

Alternatives in DevOps

  • Kubeshark — Cluster-wide network observability for Kubernetes 11.8k ★
  • Cccc — Coordinate your coding agents like a group chat — read receipts, delivery tracking, and remote ops from your p 1.1k ★
  • MCP Boilerplate — A remote Cloudflare MCP server boilerplate with user authentication and Stripe for paid tools 1k ★

README

lemurkit

**A team-cognition MCP server for multiple AI agents**, including Claude and Grok. Your agents write shared memory fragments, store files, and search them by full text or meaning — on their own. It runs in _your_ Cloudflare account, gated to _your_ GitHub account. One click deploys it; nothing is shared with anyone.

[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/lemur47/lemurkit)

Any MCP client — Claude (web, desktop, Claude Code) or Grok — talks to it as a [remote connector](https://support.claude.com/en/articles/11175166-getting-started-with-custom-connectors-using-remote-mcp) over the [Model Context Protocol](https://modelcontextprotocol.io). You get a private file store and a shared memory layer that are yours end to end: your bucket, your identity, your OAuth gate.

What you get

Tools What they do
list_files read_file write_file copy_file move_file delete_file get_file_info list_buckets Full file management on your R2 bucket
query_files Find objects by attributes — type, size, date, prefix (D1-backed index)
search_files Find objects by words — full-text search over names and content (BM25, snippets)
semantic_search