/plugin marketplace add n24q02m/claude-pluginsThen /plugin install <name>@n24q02m-plugins. All 7 MCP servers in one marketplace.
| Server | Description | Agent Setup | Runtime |
|---|---|---|---|
| wet-mcp | Web search, content extraction, and documentation indexing | Guide | uvx wet-mcp |
| mnemo-mcp | Persistent AI memory with hybrid search and cross-machine sync | Guide | uvx mnemo-mcp |
| better-notion-mcp | Markdown-first Notion API with 10 composite tools | Guide | npx @n24q02m/better-notion-mcp |
| better-email-mcp | Email (IMAP/SMTP) with multi-account and auto-discovery | Guide | npx @n24q02m/better-email-mcp |
| better-godot-mcp | Godot Engine 4.x with 17 composite tools for scenes, scripts, and shaders | Guide | npx @n24q02m/better-godot-mcp |
| better-telegram-mcp | Telegram dual-mode (Bot API + MTProto) with 6 composite tools | Guide | uvx better-telegram-mcp |
| better-code-review-graph | Knowledge graph for token-efficient code reviews | Guide | uvx better-code-review-graph |
Setup any server: Copy the Agent Setup guide link and send it to your AI agent with "Please set up this MCP server for me."
These 8 principles are applied consistently across all 7 MCP servers and the relay infrastructure:
- Zero-Knowledge Relay -- E2E encryption (ECDH P-256 + AES-256-GCM). Relay server never sees plaintext credentials. URL fragment secrets stay client-side per RFC 3986.
- Composite Tool Pattern -- One tool per domain with action dispatch. 5-17 tools per server instead of 50+, saving LLM context tokens.
- 3-Tier Token Optimization -- Compact descriptions (always loaded), help docs (on demand), MCP resources (deep reference). ~77% token overhead reduction.
- Tool Annotations --
readOnlyHint,destructiveHint,idempotentHint,openWorldHintmetadata so the LLM knows tool behavior before calling. - Security Defense-in-Depth -- SSRF prevention, path traversal containment, XPIA boundary tags, error sanitization, rate limiting.
- Multi-User HTTP Mode -- Stateless DCR (HMAC-SHA256), per-user session isolation, AES-256-GCM credential encryption at rest, OAuth 2.1 + PKCE S256.
- Degraded Mode -- Server always starts, even without credentials. Help and config tools work. Data tools return setup instructions instead of crashing.
- Zero-Config Relay Setup -- Auto-open browser, user enters credentials, server receives config via encrypted relay, saves to local config.enc.
| Package | Description | Install |
|---|---|---|
| mcp-core | Unified MCP Streamable HTTP 2025-11-25 transport, OAuth 2.1 AS, lifecycle, install automation, shared embedding daemon | npm i @n24q02m/mcp-core / pip install n24q02m-mcp-core |
| qwen3-embed | Lightweight ONNX inference for Qwen3 embedding and reranking models | pip install qwen3-embed |
| Tool | Description | Install |
|---|---|---|
| jules-task-archiver | Chrome Extension to bulk-archive completed Jules tasks | Download zip |
| modalcom-ai-workers | GPU-serverless AI workers on Modal.com (embedding, reranking, OCR, ASR) | -- |
- KlPrism -- A multilingual-multimodal studio agent for knowledge work. Translate novels, manga, docs; build NotebookLM-style insight notebooks. klprism.com
- Aiora -- A health and environment companion for daily wellness. getaiora.com
- LinguaSense -- Realtime knowledge transfer from any screen or microphone. Desktop + mobile. (coming)
- Akasha / GWM -- Research: one graph-centric model with an LLM SOTA teacher, autonomous continuous learning.