Overview
What is Basilisp nREPL MCP Bridge?
Basilisp nREPL MCP Bridge is a project that provides a bridge between Anthropic's Model Control Protocol (MCP) and Basilisp's nREPL server, enabling Claude Code to interact directly with a Basilisp REPL.
How to use Basilisp nREPL MCP Bridge?
To use the bridge, start a Basilisp nREPL server, add the MCP bridge to Claude Code, and then connect to use the available tools for code evaluation and documentation retrieval.
Key features of Basilisp nREPL MCP Bridge?
- Execute code with pretty-printed, syntax-highlighted results
- Retrieve documentation for symbols
- List all available namespaces
- Find all variables in a namespace
- Check nREPL server connectivity
- Enhanced error reporting and formatting
Use cases of Basilisp nREPL MCP Bridge?
- Interacting with Basilisp REPL for code execution
- Accessing documentation for programming symbols
- Managing namespaces and variables in a coding environment
FAQ from Basilisp nREPL MCP Bridge?
- What is required to run the bridge?
You need to have the
uvlibrary and Basilisp installed.
- Can it work with any nREPL?
Yes, while it is currently focused on Basilisp, it should work with any nREPL.
- What are the future improvements planned?
Future improvements include implementing a proper bencode parser, session management for multiple REPLs, and auto-completion support.