mcp-server-lib.el

laurynas-biveinis/mcp-server-lib.el
★ 44 stars Emacs Lisp Memory/Knowledge Updated 1mo ago
Emacs Lisp implementation of the Model Context Protocol
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": {
    "mcp-server-lib.el": {
      "command": "npx",
      "args": [
        "-y",
        "laurynas-biveinis/mcp-server-lib.el"
      ]
    }
  }
}