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.
Gives Claude Code, Cursor and other agents structural awareness of a PyTorch model: layers, params, FLOPs, blast radius, the design linter, a full readiness/cost/deployment verdict, and a ranker for which of k candidate designs to train. Reads a .py, a .neurarch.json, 81 bundled reference architectures, or a Hugging Face repo. Offline, no API key.
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.
Enables local analysis of scientific papers including PDF parsing, mathematical formula extraction with AST generation, PyTorch code generation from methodology, and automated Markdown report generation with visualizations.
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.