Skip to main content
Glama

WWN-MCP

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 own source, docs, and patched dependencies. "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: CodeAlive MCP

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

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