Skip to main content
Glama

IBM i MCP Server

Official
by IBM
package.jsonโ€ข5.25 kB
{ "name": "ibmi-mcp-server", "version": "1.9.1", "description": "A production-grade TypeScript template for building robust Model Context Protocol (MCP) servers, featuring built-in observability with OpenTelemetry, advanced error handling, comprehensive utilities, and a modular architecture.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "bin": { "ibmi-mcp-server": "dist/index.js" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "type": "module", "repository": { "type": "git", "url": "git+https://github.com/IBM/ibmi-mcp-server.git" }, "bugs": { "url": "https://github.com/IBM/ibmi-mcp-server.git/issues" }, "homepage": "https://github.com/IBM/ibmi-mcp-server.git#readme", "scripts": { "build": "tsc && tsc-alias", "postbuild": "tsx scripts/make-executable.ts dist/index.js", "devdocs": "ts-node --esm scripts/devdocs.ts", "start": "node dist/index.js", "start:stdio": "MCP_LOG_LEVEL=debug MCP_TRANSPORT_TYPE=stdio node dist/index.js", "start:http": "MCP_LOG_LEVEL=debug MCP_TRANSPORT_TYPE=http node dist/index.js", "start:agent": "MCP_LOG_LEVEL=debug node dist/agent/cli/boot.js", "list-toolsets": "node dist/index.js --list-toolsets --tools prebuiltconfigs", "rebuild": "tsx scripts/clean.ts && npm run build", "docs:generate": "typedoc --tsconfig ./tsconfig.typedoc.json", "depcheck": "npx depcheck", "lint": "tsx scripts/lint.ts", "typecheck": "tsc --noEmit", "tree": "tsx scripts/tree.ts", "fetch-spec": "tsx scripts/fetch-openapi-spec.ts", "format": "prettier --write \"**/*.{ts,js,json,md,html,css}\"", "inspector": "npx @modelcontextprotocol/inspector --config mcp.json --server default-server", "mcpjam": "npx @mcpjam/cli", "db:duckdb-example": "MCP_LOG_LEVEL=debug tsc && node dist/storage/duckdbExample.js", "pack:full": "rm -rf release && npm ci && npm run build && mkdir -p release/app && cp -R dist package.json package-lock.json node_modules release/app && tar -C release -czf release/ibmi-mcp-server-${npm_package_version}-full.tgz app", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "validate": "tsx scripts/validate-config.ts", "generate-schemas": "tsx scripts/generate-json-schemas.ts", "audit": "npm audit --production", "audit:fix": "npm audit fix --production", "prepublishOnly": "npm run typecheck && npm run lint && npm run test && npm run build" }, "dependencies": { "@duckdb/node-api": "^1.3.2-alpha.26", "@hono/node-server": "^1.17.1", "@ibm/mapepire-js": "^0.6.0", "@modelcontextprotocol/sdk": "^1.17.4", "@supabase/supabase-js": "^2.56.0", "axios": "^1.11.0", "chrono-node": "^2.8.0", "dotenv": "^16.6.1", "hono": "^4.8.9", "ignore": "^7.0.5", "jose": "^6.0.13", "js-yaml": "^4.1.0", "node-cron": "^4.2.1", "node-sql-parser": "^5.3.12", "openai": "^5.15.0", "partial-json": "^0.1.7", "pino": "^9.9.0", "reflect-metadata": "^0.2.2", "sanitize-html": "^2.17.0", "tiktoken": "^1.0.22", "ts-node": "^10.9.2", "validator": "13.15.15", "vite": "^6.3.5", "zod": "^3.25.76", "zod-to-json-schema": "^3.24.6" }, "devDependencies": { "@anatine/zod-mock": "^3.14.0", "@eslint/js": "^9.34.0", "@faker-js/faker": "^9.9.0", "@mcpjam/cli": "^1.0.2", "@opentelemetry/api": "^1.9.0", "@opentelemetry/auto-instrumentations-node": "^0.62.1", "@opentelemetry/exporter-metrics-otlp-http": "^0.203.0", "@opentelemetry/exporter-trace-otlp-http": "^0.203.0", "@opentelemetry/resources": "^2.0.1", "@opentelemetry/sdk-metrics": "^2.0.1", "@opentelemetry/sdk-node": "^0.203.0", "@opentelemetry/sdk-trace-node": "^2.0.1", "@opentelemetry/semantic-conventions": "^1.36.0", "@types/js-yaml": "^4.0.9", "@types/node": "^24.3.0", "@types/node-cron": "^3.0.11", "@types/node-sql-parser": "^1.0.0", "@types/sanitize-html": "^2.16.0", "@types/validator": "13.15.2", "@vitest/coverage-v8": "^3.2.4", "chalk": "^5.6.0", "depcheck": "^1.4.7", "eslint": "^9.34.0", "execa": "^9.6.0", "globals": "^16.3.0", "msw": "^2.10.5", "pino-pretty": "^13.0.0", "pino-roll": "^1.1.0", "prettier": "^3.6.2", "tsc-alias": "^1.8.16", "tsx": "^4.20.4", "typedoc": "^0.28.10", "typescript": "^5.8.3", "typescript-eslint": "^8.40.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.2.4" }, "keywords": [ "typescript", "template", "mcp", "model-context-protocol", "agent", "autonomous-agent", "agent-framework", "architecture", "error-handling", "llm", "ai-integration", "mcp-server", "mcp-client", "hono", "stdio", "http", "authentication", "oauth", "jwt", "openrouter", "duckdb", "zod", "opentelemetry", "observability", "tracing", "metrics" ], "author": "ajshedivy <adam.shedivy@ibm.com> (https://github.com/ajshedivy/ibmi-mcp-server#readme)", "license": "Apache-2.0", "engines": { "node": ">=20.0.0" } }

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/IBM/ibmi-mcp-server'

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