Skip to main content
Glama

MCP Ripgrep Server

package.json998 B
{ "name": "mcp-ripgrep", "version": "0.4.0", "description": "An MCP server to wrap ripgrep", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "setup": "npm install && npm run build" }, "bin": { "mcp-ripgrep": "./dist/index.js" }, "type": "module", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.8.7", "typescript": "^5.2.2" }, "repository": { "type": "git", "url": "git+https://github.com/mcollina/mcp-ripgrep.git" }, "keywords": [ "mcp", "model", "context", "protocol", "ripgrep", "rg" ], "author": "Matteo Collina <hello@matteocollina.com>", "license": "MIT", "bugs": { "url": "https://github.com/mcollina/mcp-ripgrep/issues" }, "homepage": "https://github.com/mcollina/mcp-ripgrep#readme" }

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/mcollina/mcp-ripgrep'

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