Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Wuniq KE (Knowledge Engine)
W
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:37:15 PM

Wuniq KE (Knowledge Engine)

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

The structured memory layer your AI is missing. Requires the free Wuniq desktop app.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "wuniq-ke-knowledge-engine-2": {
      "command": "npx",
      "args": [
        "-y",
        "wuniq-ke-knowledge-engine-2"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation Overview

Wuniq MCP

Wuniq

Wuniq is free. This MCP package requires the Wuniq desktop app, currently available for Windows and Linux. Download it only through the official, trusted links at wuniq.com. Do not use third-party mirrors.

Wuniq is a knowledge engine for AI-assisted work. It stores decisions, constraints, intent, and human reasoning in .wuniq files beside your project files, so any MCP-compatible AI can read and maintain the knowledge exactly where the work lives.

Wuniq is local-first: no account, no cloud storage, and no telemetry.

What this repository contains

This repository contains the small, open-source MCP launcher published as @wuniq/mcp, the manifest submitted to the official MCP Registry, and thin wrappers for Claude, Codex, Antigravity, and Gemini CLI that all start the same launcher.

The launcher has zero dependencies. It connects your MCP client to the MCP server included with the installed Wuniq desktop app:

text
MCP-compatible AI or IDE
          |
          v
    npx @wuniq/mcp
          |
          v
Installed Wuniq desktop app
          |
          v
Local projects and .wuniq knowledge

The Wuniq Knowledge Engine itself is not contained in this repository and is not distributed through npm. The MIT license in this repository applies only to the launcher.

Install and connect

  1. Install the free Wuniq desktop app using an official download link from wuniq.com.
  2. Add Wuniq from your IDE's MCP registry gallery, where supported, or configure it manually:
config.json
{
  "mcpServers": {
    "wuniq": {
      "command": "npx",
      "args": ["-y", "@wuniq/mcp"]
    }
  }
}

Already have the app installed? You can also point your MCP configuration directly to the wuniq-mcp command placed on your PATH by the official Wuniq installation. Both methods connect to the same local engine.

Per-IDE instructions and current platform availability are maintained at wuniq.com.

OpenCode

OpenCode uses a project-level opencode.json file. Add Wuniq under its mcp key, keeping any providers, permissions, or other MCP servers already present:

config.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wuniq": {
      "type": "local",
      "command": ["npx", "-y", "@wuniq/mcp"],
      "enabled": true,
      "timeout": 30000
    }
  }
}

Then add the Wuniq workflow to the project's AGENTS.md without removing any existing instructions:

markdown
# Wuniq KE (Knowledge Engine)

At the start of every session, run `open list` using the Wuniq MCP tool. If it returns projects, `open` each one. If the list is empty, proceed normally β€” the user may open projects later from the Wuniq UI. Never assume the working directory is a Wuniq project; the working directory may be a container folder holding multiple projects. Only open paths that `open list` explicitly returns.

Before working on any code file, `read` its Wuniq sidecar for context. After changing code, run `sync`.

This route was validated on Windows with OpenCode Desktop 1.18.4, Wuniq 1.15.1, and @wuniq/mcp 1.0.1. MCP connection and the open, read, and sync calls worked correctly. Models vary in how reliably they act on AGENTS.md without prompting, so open list can always be requested explicitly.

See the full Wuniq + OpenCode integration guide for verification, Linux instructions, Precise mode, and troubleshooting.

Claude plugin

The repository root is also a Claude plugin. It does not contain a second MCP server: .mcp.json starts the published @wuniq/mcp launcher, which connects Claude to the MCP server inside the installed Wuniq app.

The plugin includes one compact skill that teaches Claude the safe Wuniq workflow: discover visible projects first, read their context before working, preserve confirmed decisions, and synchronize after changes. It does not pre-approve tools or elevate permissions.

Before marketplace submission, the plugin can be checked and loaded locally with Claude Code:

Terminal
claude plugin validate --strict .
claude --plugin-dir .

Codex plugin

The same repository is also a Codex plugin. Its .codex-plugin/plugin.json reuses the same skill and .mcp.json; it starts @wuniq/mcp locally and does not create a hosted service or upload project data.

Add the public Wuniq marketplace from Codex:

text
codex plugin marketplace add Wuniq/wuniq-mcp --ref main

Then open the Plugins directory in the ChatGPT desktop app, select the Wuniq marketplace, and install Wuniq. Start a new Codex session after installation so the skill and MCP server are loaded.

ChatGPT on the web cannot run this local stdio MCP server. Wuniq's full integration is therefore for local Codex clients: the ChatGPT desktop app, Codex CLI, and the Codex IDE extension.

Antigravity plugin

The repository root is a native Antigravity plugin. Its mcp_config.json starts the published @wuniq/mcp launcher, while skills/wuniq/SKILL.md supplies the safe Wuniq workflow. It does not contain a second MCP server or upload project data.

Install it in Antigravity CLI from the public repository:

text
agy plugin install https://github.com/Wuniq/wuniq-mcp

In Antigravity 2.0, Wuniq can also be configured as a custom MCP server with the same npx -y @wuniq/mcp command while its MCP Store listing is under review.

Gemini CLI extension

The repository root is also a Gemini CLI extension. Its gemini-extension.json starts the same published @wuniq/mcp launcher, while skills/wuniq/SKILL.md supplies the safe Wuniq workflow as an Agent Skill. It does not contain a second MCP server or upload project data.

Install it directly from the public repository:

text
gemini extensions install https://github.com/Wuniq/wuniq-mcp

Restart Gemini CLI after installation so the extension and its MCP tools are loaded.

Google has transitioned personal, Pro, and Ultra users from Gemini CLI to Antigravity CLI. The Gemini CLI extension remains available for supported Enterprise, Google Cloud, and API-based environments.

Example prompts

  • "Open the Wuniq projects visible to you and summarize the important context for this task."
  • "Before changing the authentication module, read its Wuniq context and preserve the constraints already decided."
  • "Record the decision we just made, implement the change, and run Wuniq sync when you finish."

Troubleshooting

  • The Wuniq app is missing: install it only from the official links at wuniq.com, then start a new Claude, Codex, Antigravity, or Gemini CLI session.
  • open list returns no projects: open the intended project in the Wuniq desktop interface and ask your AI client to try again.
  • The launcher cannot start: confirm that Node.js and npx are available, or use the direct per-client setup documented at wuniq.com.

How the launcher works

The launcher passes the MCP client's standard input and output directly to the MCP server included with the installed app. If Wuniq is not installed, it exposes only a minimal MCP response explaining how to obtain the official app.

It does not configure IDEs, contain Wuniq product logic, upload project data, or provide a second Knowledge Engine.

Security

Only install Wuniq through links published on wuniq.com. Do not use third-party mirrors or repackaged installers.

To report a security issue, use this repository's private vulnerability reporting instead of opening a public issue. See SECURITY.md.

Links

  • Wuniq website and official downloads
  • Official MCP Registry entry
  • @wuniq/mcp on npm

License

The MCP launcher and the Claude, Codex, Antigravity, and Gemini CLI wrappers in this repository are licensed under the MIT License. The Wuniq desktop app and Knowledge Engine are separate software and are not covered by this repository's license.

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • W
    Wuniq KE (Knowledge Engine)

    The structured memory layer your AI is missing. Requires the free Wuniq desktop app.

    🧠 Knowledge & Memory0 views
    Compare vs Wuniq KE (Knowledge Engine) β†’
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory17 views
    Compare vs Moxie Docs MCP β†’
  • Mcp logoMcp

    AI memory layer β€” one shared, persistent memory across every AI tool you connect.

    🧠 Knowledge & Memory0 views
    Compare vs Mcp β†’
  • Memora logoMemora

    Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management.

    🧠 Knowledge & Memory2 views
    Compare vs Memora β†’

Frequently Asked Questions about Wuniq KE (Knowledge Engine)

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "wuniq-ke-knowledge-engine": { "command": "npx", "args": ["-y", "Wuniq KE (Knowledge Engine)"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewWuniq KE (Knowledge Engine) AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/wuniq-ke-knowledge-engine-2?style=directory)](https://allmcps.com/mcp/wuniq-ke-knowledge-engine-2)
HTML Embed
<a href="https://allmcps.com/mcp/wuniq-ke-knowledge-engine-2"><img src="https://allmcps.com/api/badge/wuniq-ke-knowledge-engine-2?style=directory" alt="Wuniq KE (Knowledge Engine) on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Wuniq KE (Knowledge Engine) β†’Install in Claude DesktopInstall in CursorInstall in VS Code