The entry was written on 2026-07-30 and three details have moved since:
the connector roster is now 94, the MCP server exposes 21 tools (9 index
reads plus 12 agent briefs, up from 6), and @nimbus-dev/mcp is published
on npm, which is the form most MCP clients put in their config.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Adds **rag-kb** — a local-first, completely free agent memory & knowledge service.
- Hybrid retrieval for Chinese & English: BGE-M3 dense vectors + BM25 (jieba), fused with RRF
- Local-first & offline-capable: single process, embedded ChromaDB, no external services; retrieval works with the network cut off
- Dual protocol: REST + native MCP server from the same process
- Fully functional without any LLM; optional Ollama/cloud unlocks RAG answering
- Apache-2.0, English README included
Submitted by the project author. Happy to adjust the entry if needed.
TypeScript MCP server for the AppsGolem YouTube cutter API — cut a clip
from any YouTube video (format/quality, MP3, GIF), get a direct download
URL, poll cut status, and check credit balance. Runs locally via
`npx appsgolem-mcp`. On npm and in the official MCP registry
(io.github.apancyborg/appsgolem-mcp).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XaQYY4buxwhY7iP6to7BAE
Adds screenverity-mcp.
- npm: `npx screenverity-mcp` (no install, no API key, no account)
- Repo: https://github.com/williamblakecunningham-max/screenverity-mcp (MIT)
- Official MCP Registry: io.github.williamblakecunningham-max/screenverity-mcp
- Glama: https://glama.ai/mcp/servers/williamblakecunningham-max/screenverity-mcp
Three tools, all free: `screen`, `sources`, `verify_receipt`.
It screens a name against U.S. exclusion, debarment and licence lists and returns a structured
result plus an Ed25519-signed receipt naming the exact list snapshots that were checked, so a
"clear" result is auditable after the fact.
Coverage is deliberately explicit rather than implied — `sources` reports which lists are loaded
and which are not, and the server never claims nationwide coverage.