Skip to content

This release adds 3 notable features for engineering teams evaluating rollout.

Published 5mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

anthropic claude go mcp mcp-server mediawiki
+4 more
model-context-protocol starred wiki wikipedia

Affected surfaces

auth breaking_upgrade

Summary

AI summary

HTTP transport support enables remote access with ChatGPT, n8n, and bearer authentication.

Full changelog

HTTP Transport for ChatGPT and n8n

This release adds HTTP transport support, enabling integration with ChatGPT, n8n, and any remote MCP client.

New Features

  • HTTP Transport - Run the server in HTTP mode for remote access
  • ChatGPT Support - Connect via ChatGPT Developer Mode
  • n8n Support - Use with MCP Client Tool node
  • Bearer Authentication - Secure token-based auth
  • Rate Limiting - Per-IP request limits (default: 60/min)
  • Origin Validation - CORS protection against unauthorized domains
  • Security Headers - X-Content-Type-Options, X-Frame-Options

Usage

# stdio mode (Claude Desktop, Cursor) - default, unchanged
./mediawiki-mcp-server

# HTTP mode (ChatGPT, n8n, remote clients)
./mediawiki-mcp-server -http :8080 -token "your-secret-token"

CLI Flags

| Flag | Description |
|------|-------------|
| -http | HTTP address (e.g., :8080) |
| -token | Bearer token for authentication |
| -origins | Allowed CORS origins |
| -rate-limit | Max requests/min per IP |

Documentation

README restructured for clarity with separate sections for each platform.

Full Changelog: https://github.com/olgasafonova/mediawiki-mcp-server/compare/v1.8.0...v1.9.0

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track olgasafonova/mediawiki-mcp-server

Get notified when new releases ship.

Sign up free

About olgasafonova/mediawiki-mcp-server

Connect to any MediaWiki wiki (Wikipedia, Fandom, corporate wikis). 33+ tools for search, read, edit, link analysis, revision history, and Markdown conversion. Supports stdio and HTTP transport.

All releases →

Related context

Earlier breaking changes

  • v1.31.0 rationale parameter now required on 7 destructive MCP tools

Beta — feedback welcome: [email protected]