MCP Directory
Back

anvil.el

by zawatton · Emacs Lisp · ★ 73

An MCP server written in Elisp — a token-efficient workbench for AI agents. Drives files, org-mode, Elisp & SQLite from any MCP client (Claude, GPT, local LLMs) through Emacs primitives instead of sed/grep round-trips.

Install

git clone https://github.com/zawatton/anvil.el.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "anvil-el": {
      "command": "npx",
      "args": [
        "-y",
        "github:zawatton/anvil.el"
      ]
    }
  }
}

Related databases servers