We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tarunjain15/mcp-tool-factory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "mcp-tool-factory",
"version": "0.1.0",
"description": "Infrastructure for spawning permission-graded, hot-loadable MCP tool classes with conversational negotiation",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"test": "vitest"
},
"keywords": [
"mcp",
"tool-factory",
"hot-reload",
"conversational-ai",
"permission-graduation"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"@supabase/supabase-js": "^2.84.0",
"better-sqlite3": "^9.2.2",
"chokidar": "^3.5.3",
"dotenv": "^17.2.3",
"pg": "^8.16.3"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.8",
"@types/node": "^20.11.5",
"typescript": "^5.3.3",
"vitest": "^1.2.0"
}
}