WWN-MCP
WWN-MCP
Wawona MCP — 로컬 임베딩 RAG + stdio Model Context Protocol
서버로, MCP를 지원하는 모든 에이전트에게 Wawona
스택에 대한 검색 기반 지식을 제공합니다: Wayland / Smithay / Weston / Niri, Apple 및 Android UI 사다리,
Vulkan/OpenGL 경로, App Store / Play 규정 준수 및 wwn-*
패치 소프트웨어 저장소. WWN = Wawona.
이것은 mcp-nixos가 아닙니다. 호스트
계약은 동일한 아이디어입니다(에이전트 호스트가 stdio를 통해 PATH 바이너리를 생성합니다). 그러나
코퍼스, 도구, 패키지는 Wawona 전용입니다. 공개 URL /
Streamable HTTP 전송은 없습니다(mcp.wawona.io는 출시된 적이 없습니다 — 사용하지 마세요).
모든 MCP 호스트와 작동합니다. stdio 서버를 생성할 수 있는 호스트(Cursor, VS Code,
Claude Desktop, Windsurf, Antigravity, Zed, 사용자 지정 에이전트, …). Cursor는 하나의
클라이언트입니다 — 유일한 것은 아닙니다. Zed는 mcpServers 대신 context_servers를 사용합니다
(docs/usage.md 참조).
MCP 호스트용 PATH 바이너리를 설치하세요 — nix run --refresh를
편집기 구성에 넣지 마세요(Zed의 ~60초 initialize 시간 초과 → “Context server request
timeout”).
빠른 시작
# 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 형태의 호스트 (mcpServers)
{
"mcpServers": {
"wwn-mcp": { "command": "wwn-mcp", "args": [] }
}
}Zed (~/.config/zed/settings.json의 context_servers)
절대 경로를 사용하세요(Dock에서 실행된 Zed에는 셸 PATH가 없습니다):
{
"context_servers": {
"wwn-mcp": {
"command": "/Users/YOU/.nix-profile/bin/wwn-mcp",
"args": [],
"env": {}
}
}
}Nix 없이:
pip install -e ".[all]"
wwn-mcp index --knowledge
wwn-mcp infohome-manager / dendritic 사용:
programs.wwn-mcp.enable = true;docs/deployment.md를 참조하세요. 첫 번째 빈 DB에서 serve는
제공된 knowledge/를 백그라운드에서 자동으로 인덱싱하므로 initialize는
차단되지 않습니다. 로컬 형제 리포지토리의 경우: wwn-mcp index --local-siblings
(또는 fetch 후 index).
Related MCP server: Contextual MCP Server
문서
모든 문서는 docs/에 있습니다:
라이선스
MIT — LICENSE를 참조하세요. 오픈 소스입니다. 타사 문서 및 소스는 WWN-MCP가 인덱싱하며 런타임에 가져오고 이 저장소에 번들되지 않습니다. 해당 라이선스 고지는 결과 인용에 표시됩니다.
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