MCP n24q02m
Unified docs for 8 MCP servers + the mcp-core foundation library — production-grade, plugin-friendly, multi-user.
What is this?
Section titled “What is this?”A curated stack of MCP (Model Context Protocol) servers for Claude Code, Codex, Gemini CLI, Cursor, and Windsurf — sharing one foundation library (mcp-core) and one plugin marketplace (n24q02m/claude-plugins).
Each server is published as a Claude Code plugin, an npm or PyPI package (per language), and a Docker image on GHCR. Setup takes one command.
The servers
Section titled “The servers” mcp-core (Foundation) Shared transport, OAuth AS, lifecycle. Used by every server.
wet-mcp Web search + content extraction + docs indexing.
mnemo-mcp Persistent AI memory with hybrid search.
better-code-review-graph Knowledge graph for token-efficient code reviews.
imagine-mcp Image and video understanding + generation across providers.
better-telegram-mcp Telegram (Bot API + MTProto) for AI agents.
better-notion-mcp Markdown-first Notion API server.
better-email-mcp Email (IMAP + SMTP) composite tools.
better-godot-mcp Godot Engine integration.
Why these and not just any MCP server?
Section titled “Why these and not just any MCP server?”- One foundation, nine consumers: every server reuses
mcp-core’s transport, OAuth AS, lifecycle, and multi-user primitives. No bespoke auth code per server. - Multi-user by construction:
remote-relayandremote-oauthmodes scope credentials per-JWT-sub. Self-host once, share with a team. - Composite tools, not raw API mirrors: each server’s tool list is curated for AI-agent ergonomics — fewer round-trips, less prompt clutter.
- Production-grade releases: signed Docker images, semantic-versioned packages, automated CI (CodeQL, secret scanning, push protection, Dependabot).
Common workflows
Section titled “Common workflows” Plugin marketplace One command to install any server in Claude Code.
Modes overview stdio / local-relay / remote-relay / remote-oauth — when to use each.
Multi-user setup Per-JWT-sub credential storage.
Reference Side-by-side comparison of all 9 servers.