WWN-MCP
Provides retrieval-augmented access to Android (Material 3 Expressive) UI ladder documentation and resources.
Provides retrieval-augmented access to Apple (OS 26 / Liquid Glass) UI ladder documentation and resources.
Provides retrieval-augmented access to App Store compliance documentation and resources.
Provides retrieval-augmented access to OpenGL graphics path documentation and resources.
Provides retrieval-augmented access to Vulkan graphics path documentation and resources.
Provides retrieval-augmented access to Wayland (Smithay/Weston) documentation and resources.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WWN-MCPHow does Wawona integrate with Wayland?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 serverPoint 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.
This server cannot be installed
Maintenance
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