Skip to main content
Glama

MCP Specification Server

by MCPJam
23
6
  • Apple
package.json•1.93 kB
{ "name": "mcp-proxy", "version": "5.3.0", "main": "dist/index.js", "scripts": { "build": "tsup", "test": "vitest run && tsc && eslint . && jsr publish --dry-run --allow-dirty", "format": "eslint --fix ." }, "bin": { "mcp-proxy": "dist/bin/mcp-proxy.js" }, "keywords": [ "MCP", "SSE", "proxy" ], "type": "module", "author": "Frank Fiegel <frank@glama.ai>", "license": "MIT", "description": "A TypeScript SSE proxy for MCP servers that use stdio transport.", "module": "dist/index.js", "types": "dist/index.d.ts", "dependencies": { "@modelcontextprotocol/sdk": "^1.13.2", "eventsource": "^4.0.0", "yargs": "^18.0.0" }, "repository": { "url": "https://github.com/punkpeye/mcp-proxy" }, "homepage": "https://glama.ai/mcp", "release": { "branches": [ "main" ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/npm", "@semantic-release/github", "@sebbo2002/semantic-release-jsr" ] }, "devDependencies": { "@eslint/js": "^9.30.0", "@sebbo2002/semantic-release-jsr": "^3.0.0", "@tsconfig/node22": "^22.0.2", "@types/express": "^5.0.3", "@types/node": "^24.0.8", "@types/yargs": "^17.0.33", "eslint": "^9.30.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-perfectionist": "^4.15.0", "express": "^5.0.1", "get-port-please": "^3.1.2", "jiti": "^2.4.2", "jsr": "^0.13.4", "prettier": "^3.6.2", "semantic-release": "^24.2.6", "tsup": "^8.5.0", "tsx": "^4.20.3", "typescript": "^5.8.3", "typescript-eslint": "^8.35.1", "vitest": "^3.2.4" }, "tsup": { "entry": [ "src/index.ts", "src/bin/mcp-proxy.ts" ], "format": [ "esm" ], "dts": true, "splitting": true, "sourcemap": true, "clean": true } }

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/MCPJam/mcp-spec'

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