Skip to main content
Glama

nREPL MCP Server

by JohanCodinha
package.json576 B
{ "name": "nrepl-mcp-server", "version": "1.0.2", "description": "MCP server for interacting with nREPL", "type": "module", "main": "build/index.js", "bin": { "nrepl-mcp-server": "build/index.js" }, "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js", "dev": "ts-node --esm src/index.ts" }, "keywords": [ "mcp", "nrepl", "clojure" ], "author": "", "license": "ISC", "devDependencies": { "ts-node": "^10.9.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JohanCodinha/nrepl-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server