
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@ibm/ibmi-mcp-server
Advanced tools
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.
The Model Context Protocol (MCP) server for IBM i systems.
# Install dependencies
npm install
# Build
npm run build
# Run server (HTTP mode)
npm run start:http
# Run server (stdio mode)
npm run start:stdio
# Run tests
npm test
Create a .env file in the root of the monorepo (parent directory):
cp ../.env.example ../.env
The server will automatically detect configuration in:
By default, the server loads SQL tools from ../tools/. Override with:
TOOLS_YAML_PATH=../tools npm run start:http
Or set in your .env file:
TOOLS_YAML_PATH=tools
See the root README for complete documentation and deployment guides.
This is the main server package within the monorepo. All server development happens here.
src/tests/scripts/dist/npm run build - Build the servernpm run rebuild - Clean and rebuildnpm run start:http - Start in HTTP modenpm run start:stdio - Start in stdio modenpm test - Run testsnpm run test:watch - Run tests in watch modenpm run test:coverage - Run tests with coveragenpm run lint - Lint codenpm run format - Format code with Prettiernpm run validate - Validate tool configurationsSee CLAUDE.md for architectural standards and development guidelines.
This server is part of a monorepo:
../tools/ - SQL tool YAML configurations../agents/ - Agent implementations and examples../apps/ - Deployment configurations (Docker, Gateway, n8n)FAQs
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.
The npm package @ibm/ibmi-mcp-server receives a total of 8 weekly downloads. As such, @ibm/ibmi-mcp-server popularity was classified as not popular.
We found that @ibm/ibmi-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 21 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.