WWN-MCP
WWN-MCP
Wawona MCP — un servidor del Model Context Protocol con RAG de incrustaciones locales + stdio
que proporciona a cualquier agente compatible con MCP conocimiento respaldado por recuperación de la pila Wawona:
Wayland / Smithay / Weston / Niri, escaleras de UI de Apple + Android,
rutas de Vulkan/OpenGL, cumplimiento de App Store / Play y los repositorios de software parcheado wwn-*.
WWN = Wawona.
Esto no es mcp-nixos. El contrato del host es la misma idea (el host del agente inicia un binario de PATH sobre stdio), pero
el corpus, las herramientas y el paquete son exclusivos de Wawona. No hay URL pública /
transporte HTTP Streamable (mcp.wawona.io nunca se publicó — no lo use).
Funciona con cualquier host MCP que pueda iniciar un servidor stdio (Cursor, VS Code,
Claude Desktop, Windsurf, Antigravity, Zed, agentes personalizados, …). Cursor es un
cliente — no el único. Zed usa context_servers en lugar de mcpServers
(ver docs/usage.md).
Instala un binario de PATH para hosts MCP — no integres nix run --refresh en la
configuración del editor (el tiempo de espera de initialize de ~60s de Zed → “Context server request
timeout”).
Inicio rápido
# 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.Hosts del tipo Cursor / VS Code (mcpServers)
{
"mcpServers": {
"wwn-mcp": { "command": "wwn-mcp", "args": [] }
}
}Zed (context_servers en ~/.config/zed/settings.json)
Usa una ruta absoluta (Zed lanzado desde el Dock no tiene PATH de shell):
{
"context_servers": {
"wwn-mcp": {
"command": "/Users/YOU/.nix-profile/bin/wwn-mcp",
"args": [],
"env": {}
}
}
}Sin Nix:
pip install -e ".[all]"
wwn-mcp index --knowledge
wwn-mcp infoCon home-manager / dendritic:
programs.wwn-mcp.enable = true;Ver docs/deployment.md. En la primera base de datos vacía, serve
auto-indexa el knowledge/ incluido en segundo plano para que initialize no
se bloquee. Para repos locales hermanos: wwn-mcp index --local-siblings
(o fetch y luego index).
Related MCP server: Contextual MCP Server
Documentación
Toda la documentación está en docs/:
Licencia
MIT — ver LICENSE. Código abierto. La documentación y el código fuente de terceros que WWN-MCP indexa se obtienen en tiempo de ejecución y nunca se incluyen en este repositorio; sus avisos de licencia se muestran en las citas de los resultados.
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.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA simple Model Context Protocol server that enables searching and retrieving relevant documentation snippets from Langchain, Llama Index, and OpenAI official documentation.
- FlicenseCqualityDmaintenanceA 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.121
- AlicenseNot gradedqualityDmaintenanceA 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
- AlicenseBqualityAmaintenanceLocal end-to-end RAG system for agentic code editors, exposing retrieval-augmented generation via MCP to any compatible client.331MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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