Basilisp Bridge icon

Basilisp Bridge

1

Enables Claude Code to interact with a Basilisp nREPL server for code execution, documentation retrieval, and namespace exploration.

소개

The Basilisp Bridge facilitates seamless communication between Anthropic's Model Control Protocol (MCP) and Basilisp's nREPL server. This allows Claude Code to directly interact with a Basilisp REPL, executing code, retrieving documentation, and exploring namespaces. While primarily focused on Basilisp, it should function with any nREPL server. It also supports Python interop and offers enhanced error reporting, enabling a more robust development workflow within Claude.

주요 기능

  • List all available namespaces
  • Get documentation for symbols
  • Provides Basilisp-focused prompts
  • Execute code and receive pretty-printed, syntax-highlighted results
  • Find all variables in a namespace

사용 사례

  • Extending Claude's capabilities with Basilisp code execution
  • Using Claude to explore Basilisp libraries and namespaces
  • Debugging Basilisp code within the Claude environment
Basilisp Bridge: Connect Claude Code to Basilisp REPL