Skip to main content
Glama
package.json1.3 kB
{ "name": "@kongyo2/mcpdevmcp", "version": "0.3.0", "description": "MCP server for MCP development assistance - helps agents develop and debug MCP servers", "type": "module", "main": "dist/index.js", "bin": { "mcpdevmcp": "dist/index.js" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/kongyo2/mcpdevmcp.git" }, "homepage": "https://github.com/kongyo2/mcpdevmcp#readme", "bugs": { "url": "https://github.com/kongyo2/mcpdevmcp/issues" }, "scripts": { "start": "node dist/index.js", "dev": "tsx watch src/index.ts", "build": "tsc", "clean": "rimraf dist", "lint": "oxlint --silent", "lint:strict": "oxlint --deny-warnings", "check": "tsc --noEmit && oxlint --silent" }, "engines": { "node": ">=18" }, "keywords": [ "mcp", "model-context-protocol", "inspector", "development", "debugging" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/inspector": "^0.18.0", "@modelcontextprotocol/sdk": "^1.12.1", "neverthrow": "^8.2.0", "zod": "^3.24.4" }, "devDependencies": { "@types/node": "^22.10.0", "oxlint": "^1.0.0", "rimraf": "^6.0.1", "tsx": "^4.19.2", "typescript": "^5.7.2" } }

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/kongyo2/mcpdevmcp'

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