Skip to main content
Glama

ESA MCP Server

by d-kimuson
package.json1.98 kB
{ "name": "esa-mcp-server", "description": "esa の Model Context Protocol サーバー実装", "version": "0.1.1", "type": "module", "license": "MIT", "files": [ "dist" ], "bin": { "esa-mcp-server": "./dist/index.js" }, "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "dev": "pnpm /^dev:.*/", "dev:tsc": "tsc --watch", "dev:openapi": "orval -w", "dev:docs": "redocly preview-docs", "inspect": "pnpm build && pnpm dlx @modelcontextprotocol/inspector node --enable-source-maps ./dist/index.js", "lint": "run-s lint:*", "lint:redocly": "redocly lint", "lint:prettier": "pnpm run:prettier . --check", "fix": "pnpm run:prettier . --write", "typecheck": "tsc -p . --noEmit", "build": "pnpm build:orval && pnpm build:esbuild", "build:esbuild": "esbuild ./src/index.ts --bundle --platform=node --packages=external --format=esm --outdir=dist --sourcemap", "build:orval": "orval", "test": "vitest run", "run:prettier": "prettier --ignore-unknown --no-error-on-unmatched-pattern --cache" }, "dependencies": { "@faker-js/faker": "^9.6.0", "@modelcontextprotocol/sdk": "^1.9.0", "axios": "^1.8.4", "yaml": "^2.7.1", "zod": "^3.24.2" }, "devDependencies": { "@modelcontextprotocol/inspector": "^0.8.2", "@redocly/cli": "^1.34.2", "@types/node": "^22.14.0", "esbuild": "^0.25.2", "msw": "^2.7.3", "npm-run-all2": "^7.0.2", "orval": "^7.8.0", "prettier": "^3.5.3", "release-it": "^18.1.2", "release-it-pnpm": "^4.6.4", "typescript": "^5.8.3", "vitest": "^3.1.1" }, "packageManager": "pnpm@10.7.1", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/d-kimuson/esa-mcp-server" }, "homepage": "https://github.com/d-kimuson/esa-mcp-server" }

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/d-kimuson/esa-mcp-server'

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