Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
@ragrabbit/mcp
by
madarco
Verified
npm
GitHub
Search
Research & Data
TypeScript
MIT License
4
19
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
packages
mcp-server
packages/mcp-server/index.ts
packages/mcp-server/license.md
packages/mcp-server/package.json
packages/mcp-server/README.md
packages/mcp-server/tsconfig.json
{ "name": "@ragrabbit/mcp", "version": "0.1.0", "description": "A MCP server to access any documentation indexed with RagRabbit", "keywords": [], "author": "Marco D'Alia", "license": "MIT", "access": "public", "private": false, "publishConfig": { "access": "public" }, "type": "module", "files": [ "dist" ], "main": "./dist/index.js", "bin": { "mcp-server": "./dist/index.js" }, "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "dev:run": "node dist/index.js http://localhost:3000 RagRabbit", "dev:inspector": "SERVER_PORT=9000 npx -y @modelcontextprotocol/inspector pnpm dev:run", "dev": "tsc-watch --onSuccess \"pnpm dev:inspector\"", "watch": "tsc-watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "@types/node-fetch": "^2.6.12", "node-fetch": "^3.3.2", "zod": "^3.24.1" }, "devDependencies": { "@repo/typescript-config": "workspace:*", "@types/node": "^22", "cross-env": "^7.0.3", "shx": "^0.3.4", "tsc-watch": "^6.2.1" } }