Skip to main content
Glama

Tool Filter MCP

by respawn-app
package.json1.21 kB
{ "name": "@respawn-app/tool-filter-mcp", "version": "0.3.1", "description": "MCP proxy server that filters tools from upstream MCP servers via regex-based deny list", "type": "module", "main": "dist/index.js", "bin": { "tool-filter-mcp": "dist/index.js" }, "scripts": { "build": "tsc --build", "test": "vitest", "lint": "eslint src tests", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "proxy", "tool-filter", "model-context-protocol" ], "author": "", "license": "MIT", "files": [ "dist/", "README.md" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "safe-regex2": "^5.0.0" }, "devDependencies": { "@types/express": "^5.0.3", "@types/node": "^24.6.1", "@typescript-eslint/eslint-plugin": "^8.20.0", "@typescript-eslint/parser": "^8.20.0", "eslint": "^9.18.0", "prettier": "^3.4.2", "typescript": "^5.7.3", "vitest": "^3.2.4" } }

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/respawn-app/tool-filter-mcp'

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