A full-featured MCP server for PyTorch documentation workflows, providing tools for search, symbol lookup, code examples, troubleshooting, and question-answering using local docs.
Provides semantic search capabilities over PyTorch documentation, enabling users to find relevant documentation, APIs, code examples, and error messages through Claude Code integration.
MCP server for analyzing Ascend PyTorch Profiler performance data. Enables users to identify performance bottlenecks, analyze operator time, view communication overhead, and query trace data via natural language.
A RAG MCP server that enables retrieval-augmented question answering over PyTorch documentation, with hybrid search (FAISS+Chroma, BM25) and source-cited responses from DeepSeek.