Iwsdk Rag
Freeby MCP Community
MCP server providing semantic code search and API reference for the Immersive Web SDK using RAG (Retrieval-Augmented Generation) with vector embeddings
v0.3.2Added Apr 12, 2026
mcpmodel-context-protocoliwsdkimmersive-web-sdkwebxr
Iwsdk Rag MCP Server
MCP server providing semantic code search and API reference for the Immersive Web SDK using RAG (Retrieval-Augmented Generation) with vector embeddings
Installation
Reviews
Installation
Quick install
npx -y @felixtz/iwsdk-rag-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"iwsdk-rag": {
"command": "npx",
"args": ["-y", "@felixtz/iwsdk-rag-mcp"]
}
}
}