Skip to main content
Glama

WWN-MCP

MCP nix (ubuntu-latest) nix (macos-latest)

Wawona MCP – ein lokaler Embeddings-RAG- und Stdio-Server für das Model Context Protocol, der jedem MCP-fähigen Agenten retrieval-gestütztes Wissen über den Wawona-Stack bietet: Wayland / Smithay / Weston / Niri, Apple- und Android-UI-Ebenen, Vulkan/OpenGL-Pfade, App-Store-/Play-Compliance und die wwn-*-Repos gepatchter Software. WWN = Wawona.

Das ist nicht mcp-nixos. Der Host-Vertrag ist dieselbe Idee (der Agent-Host startet eine PATH-Binärdatei über stdio), aber Korpus, Tools und Paket sind nur für Wawona. Es gibt keinen öffentlichen URL-/Streamable-HTTP-Transport (mcp.wawona.io wurde nie ausgeliefert – verwenden Sie es nicht).

Funktioniert mit jedem MCP-Host, der einen stdio-Server starten kann (Cursor, VS Code, Claude Desktop, Windsurf, Antigravity, Zed, benutzerdefinierte Agenten, …). Cursor ist ein Client – nicht der einzige. Zed verwendet context_servers anstelle von mcpServers (siehe docs/usage.md).

Installieren Sie eine PATH-Binärdatei für MCP-Hosts – integrieren Sie nix run --refresh nicht in die Editor-Konfiguration (das ~60s initialize-Timeout von Zed → „Zeitüberschreitung der Context-Server-Anfrage“).

Schnellstart

# Install once (recommended for Cursor / Zed / …)
nix profile install github:Wawona/WWN-MCP

# Terminal smoke (prints JSON / search hits and exits)
wwn-mcp info
wwn-mcp search "watchOS GPU"
# or: nix run github:Wawona/WWN-MCP#wwn-mcp -- info

# Bare `wwn-mcp` / `nix run …#wwn-mcp` on an interactive terminal prints MCP
# host setup help (Cursor + Zed examples) and exits. Your agent must spawn
# the process with piped stdin for the MCP server.

Cursor / VS Code-ähnliche Hosts (mcpServers)

{
  "mcpServers": {
    "wwn-mcp": { "command": "wwn-mcp", "args": [] }
  }
}

Zed (context_servers in ~/.config/zed/settings.json)

Verwenden Sie einen absoluten Pfad (ein über das Dock gestartetes Zed hat keinen Shell-PATH):

{
  "context_servers": {
    "wwn-mcp": {
      "command": "/Users/YOU/.nix-profile/bin/wwn-mcp",
      "args": [],
      "env": {}
    }
  }
}

Ohne Nix:

pip install -e ".[all]"
wwn-mcp index --knowledge
wwn-mcp info

Mit home-manager / dendritic:

programs.wwn-mcp.enable = true;

Siehe docs/deployment.md. Bei der ersten leeren DB indiziert serve automatisch das mitgelieferte knowledge/ im Hintergrund, sodass initialize nicht blockiert wird. Für lokale Schwester-Repos: wwn-mcp index --local-siblings (oder fetch und dann index).

Related MCP server: Contextual MCP Server

Dokumentation

Die gesamte Dokumentation befindet sich in docs/:

Lizenz

MIT – siehe LICENSE. Open Source. Drittanbieter-Dokumentation und -Quellen, die WWN-MCP indiziert, werden zur Laufzeit abgerufen und niemals in dieses Repository übernommen; ihre Lizenzhinweise werden in den Ergebniszitaten angezeigt.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    C
    quality
    D
    maintenance
    A Model Context Protocol server that provides Retrieval-Augmented Generation capabilities using Contextual AI, enabling AI interfaces like Cursor IDE and Claude Desktop to query domain-specific knowledge with context-aware responses and source citations.
    1
    21
  • A
    license
    Not graded
    quality
    D
    maintenance
    A local RAG server that enables document indexing and sentence window retrieval across multiple file formats like PDF, MD, and DOCX. It supports both local Hugging Face models and OpenAI embeddings for efficient context-aware querying through the Model Context Protocol.
    GPL 3.0

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wawona/WWN-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server