MCP n24q02m
Nine MCP servers on one foundation — one transport, one setup command, one multi-user auth model. Web search, memory, Notion, email, Telegram, Google Workspace, and more.
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-mcpWeb search + content extraction + docs indexing.
mnemo-mcpPersistent AI memory with hybrid search.
better-code-review-graphKnowledge graph for token-efficient code reviews.
imagine-mcpImage and video understanding + generation across providers.
better-telegram-mcpTelegram (Bot API + MTProto) for AI agents.
better-notion-mcpMarkdown-first Notion API server.
better-email-mcpEmail (IMAP + SMTP) composite tools.
better-godot-mcpGodot Engine integration.
better-workspace-mcpGoogle Workspace — Docs, Drive, Calendar, Gmail, and more.
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 marketplaceOne command to install any server in Claude Code.
Modes overviewstdio / local-relay / remote-relay / remote-oauth — when to use each.
Multi-user setupPer-JWT-sub credential storage.
ReferenceSide-by-side comparison of all 9 servers + mcp-core.