
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
mcp-maintainer-toolkit
Advanced tools
A Model Context Protocol (MCP) server with utilities to help with maintaining MCP repositories. This toolkit provides various tools and utilities for repository maintenance, testing, and development workflows.
npm install -g mcp-maintainer-toolkit
Or install locally:
npm install mcp-maintainer-toolkit
After global installation, you can run the server directly:
# Start with STDIO transport (default)
mcp-maintainer-toolkit
# Start with SSE transport
mcp-maintainer-toolkit sse
# Start with Streamable HTTP transport
mcp-maintainer-toolkit streamableHttp
import { createServer } from 'mcp-maintainer-toolkit';
const { server, cleanup } = createServer();
// Use the server with your preferred transport
If installed locally, you can use the npm scripts:
# Build the project
npm run build
# Start development server with watch mode
npm run watch
# Start with different transports
npm run start # STDIO
npm run start:sse # SSE on port 3001
npm run start:streamableHttp # Streamable HTTP on port 3002
PORT: Port for SSE and Streamable HTTP servers (default: 3001 for SSE, 3002 for Streamable HTTP)Add to your MCP client configuration:
{
"mcpServers": {
"maintainer-toolkit": {
"command": "mcp-maintainer-toolkit",
"args": []
}
}
}
# Clone the repository
git clone https://github.com/olaservo/mcp-maintainer-toolkit.git
cd mcp-maintainer-toolkit
# Install dependencies
npm install
# Build the project
npm run build
# Start development with watch mode
npm run watch
FAQs
MCP Server with utilities to help with maintaining MCP repos
We found that mcp-maintainer-toolkit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.