Skip to main content
Glama

WWN-MCP

CI

A local-embeddings RAG + Model Context Protocol (MCP) server that gives any Cursor model retrieval-backed knowledge of the Wawona stack: Wayland/Smithay/ Weston, the Apple (OS 26 / Liquid Glass) and Android (Material 3 Expressive) UI ladders, the Vulkan/OpenGL graphics paths, App Store / Play Store compliance, and Wawona's integration source plus the extracted wwn-* patched-software repos (toolchain, zsh, weston, iland, waypipe, coreutils, foot, fastfetch, apt). "WWN" = Wawona.

Quick start

# Run the server locally (Streamable HTTP on http://127.0.0.1:8765/mcp)
nix run github:Wawona/WWN-MCP#wwn-mcp -- serve

# Or, without Nix:
pip install -e .
wwn-mcp fetch        # mirror corpus sources declared in corpus.toml
wwn-mcp index        # chunk + embed into the sqlite hybrid index
wwn-mcp serve        # start the MCP server

Point Cursor at it by adding a remote MCP entry (see docs/usage.md):

{ "mcpServers": { "wwn-mcp": { "url": "https://mcp.wawona.io/mcp",
  "headers": { "Authorization": "Bearer ${WWN_MCP_TOKEN}" } } } }

Related MCP server: Contextual MCP Server

Documentation

All documentation lives in docs/:

License

MIT — see LICENSE. Open source. Third-party documentation and source that WWN-MCP indexes are fetched at runtime and are never vendored into this repository; their license notices are surfaced in result citations.

A
license - permissive license
-
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.
    Last updated
    1
    21
  • A
    license
    -
    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.
    Last updated
    GPL 3.0

View all related MCP servers

Related MCP Connectors

  • Local-first RAG engine with MCP server for AI agent integration.

  • A Model Context Protocol server for Wix AI tools

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

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