TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

MCP Server Wrapper for Lisp and Lisp-Like Systems

4 pointsby dcooper8about 1 month ago

1 comment

dcooper8about 1 month ago
Hi, this [&quot;Lisply MCP&quot;](<a href="https:&#x2F;&#x2F;github.com&#x2F;gornskew&#x2F;lisply-mcp">https:&#x2F;&#x2F;github.com&#x2F;gornskew&#x2F;lisply-mcp</a>) project started out as a &quot;quick hack&quot; to get Claude Desktop driving my [Common Lisp based backend](<a href="https:&#x2F;&#x2F;gitlab.common-lisp.net&#x2F;gendl&#x2F;gendl" rel="nofollow">https:&#x2F;&#x2F;gitlab.common-lisp.net&#x2F;gendl&#x2F;gendl</a>), and ended up as a generic Node.js wrapper meant to work with pretty much [any language backend which can support &quot;eval&quot; and http](<a href="https:&#x2F;&#x2F;github.com&#x2F;gornskew&#x2F;lisply-mcp&#x2F;blob&#x2F;master&#x2F;BACKEND-REQS.md">https:&#x2F;&#x2F;github.com&#x2F;gornskew&#x2F;lisply-mcp&#x2F;blob&#x2F;master&#x2F;BACKEND-R...</a>) . By default, it comes configured to work with an existing reference-implementation backend [CL-based container image](<a href="https:&#x2F;&#x2F;gitlab.common-lisp.net&#x2F;gendl&#x2F;gendl&#x2F;-&#x2F;tree&#x2F;master&#x2F;gwl&#x2F;lisply-backend" rel="nofollow">https:&#x2F;&#x2F;gitlab.common-lisp.net&#x2F;gendl&#x2F;gendl&#x2F;-&#x2F;tree&#x2F;master&#x2F;gwl...</a>) which it will pull and run on-demand. An [Emacs Lisp backend](<a href="https:&#x2F;&#x2F;github.com&#x2F;gornskew&#x2F;skewed-emacs&#x2F;blob&#x2F;master&#x2F;dot-files&#x2F;emacs.d&#x2F;sideloaded&#x2F;lisply-backend&#x2F;README.md">https:&#x2F;&#x2F;github.com&#x2F;gornskew&#x2F;skewed-emacs&#x2F;blob&#x2F;master&#x2F;dot-fil...</a>) is in progress.