dsmr-mcp

fade/dsmr-mcp
★ 2 stars Common Lisp 💻 Code/Dev Tools Updated today
MCP server for Common Lisp over the Model Context Protocol: attached (live SBCL image) and hermetic (worker pool) evaluation. AGPL-3.0.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dsmr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fade/dsmr-mcp"
      ]
    }
  }
}

README Excerpt

DeepSky Systems Model Context Protocol server for Common Lisp. dsmr-mcp gives AI agents a verb surface for writing and debugging Common Lisp **inside a running development image**. It connects to a user-supplied [Slynk] listener over [`slynk-client`] and exposes `repl-eval`, structural editing, code intelligence, thread / restart