Skip to main content
Glama
package.json1.47 kB
{ "name": "openapi-mcp-ts", "version": "1.0.0", "description": "Turn any OpenAPI spec into an MCP server in seconds", "type": "module", "main": "dist/index.js", "bin": { "openapi-mcp": "dist/index.js" }, "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "clean": "rm -rf dist" }, "keywords": [ "mcp", "openapi", "model-context-protocol", "api", "ai", "claude", "anthropic" ], "author": "Procoders", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/procoders/openapi-mcp-ts.git" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@apidevtools/swagger-parser": "^10.1.1", "@hono/node-server": "^1.13.0", "@modelcontextprotocol/sdk": "^1.12.0", "commander": "^13.1.0", "hono": "^4.7.0", "minimatch": "^10.0.1", "openapi-types": "^12.1.3", "pino": "^9.6.0", "pino-pretty": "^13.0.0", "postman-collection": "^5.2.0", "yaml": "^2.7.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.10.0", "@types/postman-collection": "^3.5.11", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0", "eslint": "^8.57.0", "tsx": "^4.19.0", "typescript": "^5.7.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/procoders/openapi-mcp-ts'

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