Skip to main content
Glama

MCP Specification Server

by MCPJam
23
6
  • Apple
package.json•830 B
{ "name": "@mcpjam/mcp-spec", "version": "1.1.1", "main": "dist/index.js", "bin": { "mcp-spec": "dist/index.js" }, "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "prepare": "npm run build", "watch": "tsc --watch", "dev": "node --loader ts-node/esm src/index.ts", "publish": "npm publish --access public", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "MCPJam", "license": "MIT", "description": "A MCP Server for the Model Context Protocol (MCP) spec", "devDependencies": { "@types/node": "^24.0.13", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.15.1", "fastmcp": "^3.8.5", "fuse.js": "^7.1.0", "zod": "^3.25.76" } }

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