Skip to main content
Glama
package.json905 B
{ "name": "dynamic-mcp-server", "version": "1.0.0", "description": "A versatile server for the Model Context Protocol (MCP) that dynamically configures tools from a JSON file.", "bin": { "dynamic-mcp-server": "src/main.js" }, "scripts": { "test": "jest", "verify:protocol": "scripts/verify-mcp-protocol.sh", "verify:clients": "scripts/verify-mcp-clients.sh", "verify:clients:full": "EXERCISE_CLI=1 scripts/verify-mcp-clients.sh" }, "keywords": [ "mcp", "ai", "tools" ], "author": "", "license": "ISC", "preferGlobal": true, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.1", "execa": "^5.1.1", "glob": "^13.0.0", "zod": "^4.2.1" }, "overrides": { "glob": "^13.0.0" }, "devDependencies": { "@babel/core": "^7.28.5", "@babel/preset-env": "^7.28.5", "babel-jest": "^30.2.0", "jest": "^30.2.0" } }

Latest Blog Posts

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/PortlandKyGuy/dynamic-mcp-server'

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