Skip to main content
Glama
package.json1.05 kB
{ "name": "opamcp", "version": "1.0.2", "description": "OpenAPI MCP Server - Expose OpenAPI specs as MCP tools for AI assistants", "author": "jinwoo", "license": "MIT", "type": "module", "bin": { "opamcp": "./dist/index.js" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "keywords": [ "openapi", "mcp", "model-context-protocol", "ai", "api", "swagger", "cli" ], "repository": { "type": "git", "url": "https://github.com/teddy258/opa-mcp" }, "scripts": { "build": "bun build ./index.ts --outdir ./dist --target node --minify", "dev": "bun run index.ts", "prepublishOnly": "bun run build" }, "devDependencies": { "@scalar/openapi-types": "^0.5.3", "@types/bun": "latest", "@types/node": "^22" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.1", "@scalar/openapi-parser": "^0.23.7", "zod": "^4.2.1" }, "engines": { "node": ">=18" } }

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/teddy258/opa-mcp'

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