Skip to content
View n24q02m's full-sized avatar
  • Ha Noi, Viet Nam
  • 04:10 (UTC +07:00)

Block or report n24q02m

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
n24q02m/README.md

n24q02m

MCP Servers & Plugins

Quick Install (Claude Code)

/plugin marketplace add n24q02m/claude-plugins

Then /plugin install <name>@n24q02m-plugins. All 7 MCP servers in one marketplace.

Servers

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."

Design Philosophy

These 8 principles are applied consistently across all 7 MCP servers and the relay infrastructure:

  1. 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.
  2. Composite Tool Pattern -- One tool per domain with action dispatch. 5-17 tools per server instead of 50+, saving LLM context tokens.
  3. 3-Tier Token Optimization -- Compact descriptions (always loaded), help docs (on demand), MCP resources (deep reference). ~77% token overhead reduction.
  4. Tool Annotations -- readOnlyHint, destructiveHint, idempotentHint, openWorldHint metadata so the LLM knows tool behavior before calling.
  5. Security Defense-in-Depth -- SSRF prevention, path traversal containment, XPIA boundary tags, error sanitization, rate limiting.
  6. Multi-User HTTP Mode -- Stateless DCR (HMAC-SHA256), per-user session isolation, AES-256-GCM credential encryption at rest, OAuth 2.1 + PKCE S256.
  7. Degraded Mode -- Server always starts, even without credentials. Help and config tools work. Data tools return setup instructions instead of crashing.
  8. Zero-Config Relay Setup -- Auto-open browser, user enters credentials, server receives config via encrypted relay, saves to local config.enc.

Libraries

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

Tools

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) --

Products

  • 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.

Pinned Loading

  1. better-notion-mcp better-notion-mcp Public

    Markdown-first MCP server for Notion API - composite tools optimized for AI agents

    TypeScript 26 10

  2. better-code-review-graph better-code-review-graph Public

    Knowledge graph for token-efficient code reviews — fixed search, qualified call resolution, dual-mode embedding (ONNX + multi-provider cloud)

    Python 17 4

  3. better-godot-mcp better-godot-mcp Public

    MCP server for Godot Engine - composite tools optimized for AI agents

    TypeScript 8 4

  4. better-email-mcp better-email-mcp Public

    MCP server for Email (IMAP/SMTP) - composite tools optimized for AI agents

    TypeScript 7 2

  5. wet-mcp wet-mcp Public

    MCP server for web search, content extraction, and documentation indexing

    Python 5 3

  6. better-telegram-mcp better-telegram-mcp Public

    MCP server for Telegram (Bot API + MTProto) - composite tools optimized for AI agents

    Python 5 3