概要
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