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は1つのクライアントにすぎません — 唯一のクライアントではありません。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 (context_servers は ~/.config/zed/settings.json 内)
絶対パスを使用してください(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