Skip to main content
Glama

Greply MCP Server

package.json906 B
{ "name": "greply-mcp", "version": "1.1.1", "description": "MCP server wrapping the greply CLI", "type": "module", "private": false, "bin": { "greply-mcp": "server.mjs" }, "files": [ "server.mjs", "README.md", "LICENSE" ], "scripts": { "start": "node server.mjs" }, "engines": { "node": ">=20" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.2", "greply": "^0.1.13", "zod": "^3.25.76" }, "keywords": [ "cli", "grep", "search", "mcp", "wrapper" ], "license": "MIT", "author": "Anthony Ruffino", "repository": { "type": "git", "url": "git+https://github.com/AnthonyRuffino/greply-mcp.git" }, "bugs": { "url": "https://github.com/AnthonyRuffino/greply-mcp/issues" }, "homepage": "https://github.com/AnthonyRuffino/greply-mcp#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/AnthonyRuffino/greply-mcp'

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