Search: py
Search MCP servers and agent skills by name, description, category or topic — 320 results.
skill-seekers/Skill_Seekers
Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG knowledge. 35 MCP tools for scraping, packaging, enhancing, and exporting to vector databases (Weaviate, Chroma, FAISS, Qdrant). Supports 16+ target platforms.
safedep/vet
vet-mcp checks open source packages—like those suggested by AI coding tools—for vulnerabilities and malicious code. It supports npm and PyPI, and runs locally via Docker or as a standalone binary for fast, automated vetting.
huggingface/hugging-face-jobs
Run compute jobs and Python scripts on HF infrastructure
NVIDIA/Megatron-Bridge/linting-and-formatting
Code style and quality rules for Megatron Bridge — ruff configuration, naming conventions, type hints, mypy rules, docstrings, copyright headers, logging, and the code review check...
NVIDIA/Megatron-Core/bump-base-image
Bump the NVIDIA PyTorch base image (`nvcr.io/nvidia/pytorch:-py3`) used by Megatron-LM CI.
NVIDIA/NeMo-RL/linting-and-formatting
Code style guidelines for NeMo-RL (Python and shell).
NVIDIA/TensorRT-LLM/ad-accuracy-debug
Debug AutoDeploy accuracy regressions vs a reference score (PyTorch backend or published baseline).
NVIDIA/TensorRT-LLM/kernel-cute-writing
Write and implement GPU kernels using NVIDIA CuTe DSL (CUTLASS 4.x Python API) — NOT for Triton, CUDA C++, or conceptual explanations.
NVIDIA/TensorRT-LLM/perf-torch-cuda-graphs
Apply CUDA Graphs to PyTorch workloads — API selection (torch.compile, PyTorch make_graphed_callables, TE make_graphed_callables, MCore CudaGraphManager, FullCudaGraphWrapper, m...
NVIDIA/TensorRT-LLM/perf-torch-sync-free
Identify and eliminate host-device synchronizations in PyTorch code.
NVIDIA/TensorRT-LLM/trtllm-flashinfer-upgrade
Upgrade flashinfer-python version in TensorRT-LLM.
NVIDIA/TensorRT-LLM/trtllm-moe-develop
Review, design, and refactor TensorRT-LLM PyTorch MoE code for architecture fit, clean code, maintainability, and testability.
NVIDIA/TensorRT-LLM/trtllm-serve-config-guide
Generate a source-backed starting `trtllm-serve --config` YAML for basic aggregate single-node PyTorch serving, aligned with checked-in TensorRT-LLM configs and deployment docs.
NVIDIA/TileGym/converting-cutile-to-julia
Converts cuTile Python GPU kernels (@ct.kernel) to cuTile.jl Julia equivalents.
NVIDIA/cuopt/cuopt-developer
Modify, build, test, debug, and contribute to NVIDIA cuOpt (C++/CUDA, Python, server, CI).
NVIDIA/cuopt/cuopt-install
Install cuOpt for Python, C, or as a server (pip, conda, Docker) — system requirements, install commands, and verification.
NVIDIA/deepstream/deepstream-dev
NVIDIA DeepStream SDK 9.0 development with Python pyservicemaker API.
Comet-ML/Opik-MCP
Use natural language to explore LLM observability, traces, and monitoring data captured by Opik.
mnemox-ai/idea-reality-mcp
Pre-build reality check for AI coding agents. Scans GitHub, Hacker News, npm, PyPI, and Product Hunt to detect existing competition before building, returning a reality signal score (0-100), duplicate likelihood, similar projects, and pivot hints.
alinaqi/claude-bootstrap
Opinionated project initialization with security-first guardrails, spec-driven atomic todos, LLM testing patterns, and CLI tool orchestration (gh, vercel, supabase)
duriantaco/skylos
Dead code detection, security scanning, and code quality analysis for Python, TypeScript, and Go. 98% recall with fewer false positives than Vulture. Includes AI-powered remediation.
juyterman1000/entroly
Auditable context control plane and MCP server for AI coding agents. Compresses context 70–95% (BM25 + entropy + dep-graph knapsack), stabilizes prompt prefixes for provider cache discounts, routes easy tasks to cheaper models (RAVS Bayesian router), and verifies answers locally with WITNESS hallucination guard (0.844 AUROC, $0, ~3 ms). MemoryOS adds local budget-aware working/episodic/semantic me
Ikalus1988/MisakaNet
Agent failure memory network. Search 235+ verified debugging lessons from real engineering sessions. BM25 + SAG-Lite search, 3 tools (search, get_lesson, submit_usage), 5 resources, 3 guided prompts. Works with Claude Code, Cursor, and any MCP client. `python3 scripts/mcp_server.py`
louis030195/terminator-mcp-agent
Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots. Supports workflow recording, structured data extraction, and browser DOM inspection.
getsentry/sentry-setup-ai-monitoring
Instrument OpenAI, Anthropic, Vercel AI, LangChain, Google GenAI, and Pydantic AI
scarletkc/vexor
A semantic search engine for files and code — find files by describing what they do, not their names. Local reusable indexes, configurable embedding providers (OpenAI, Gemini, Voyage, any OpenAI-compatible API, or fully offline local models), AST-aware code chunking, optional reranking. `uvx vexor mcp` or `pip install vexor`.
scarletkc/vexor
Vector-powered CLI for semantic file search with a Claude/Codex skill
flox-foundation/flox-mcp
MCP server for the FLOX trading systems framework. ~30 tools to run backtests, scaffold strategies, validate for lookahead bias, place orders, query PnL via Claude/Cursor. C++23 core with Python/Node/Codon/QuickJS strategy bindings. Same code from backtest to live (CcxtBroker or native connectors). Install: `pip install flox-mcp`.
qdrant/skills
Agent skills for Qdrant vector search, covering scaling, performance optimization, search quality, monitoring, deployment, model migration, version upgrades, and SDK usage across Python, TypeScript, Rust, Go, .NET, and Java
alibaizhanov/mengram
Human-like memory layer for AI agents with semantic, episodic, and procedural memory. Claude Code hooks (auto-save, auto-recall, cognitive profile). 29 MCP tools, knowledge graph, smart triggers, multi-user isolation. Python & JS SDKs.
narumiruna/yfinance-mcp
An MCP server that uses yfinance to obtain information from Yahoo Finance.
zboralski/ida-headless-mcp
Headless IDA Pro binary analysis via MCP. Multi-session concurrency with Go orchestration and Python workers. Supports Il2CppDumper and Blutter metadata import for Unity and Flutter reverse engineering.
optuna/optuna-mcp
Official MCP server enabling seamless orchestration of hyperparameter search and other optimization tasks with [Optuna](https://optuna.org/).
testmu-ai/appium-skill
Generate Appium mobile automation for Android and iOS in Java, Python, or JS
testmu-ai/behave-skill
Generate Behave BDD tests for Python with Gherkin and step implementations
testmu-ai/gauge-skill
Generate Gauge specs in Markdown with steps in Java, Python, JS, or Ruby
testmu-ai/lettuce-skill
Generate Lettuce BDD tests for Python (legacy; prefer Behave)
testmu-ai/playwright-skill
Generate Playwright E2E tests in TS, JS, Python, Java, or C#
testmu-ai/robot-framework-skill
Generate Robot Framework keyword-driven tests in Python
testmu-ai/selenium-skill
Generate Selenium WebDriver tests in Java, Python, JS, C#, Ruby, or PHP
testmu-ai/unittest-skill
Generate Python unittest tests with TestCase and setUp/tearDown
opendatalab/MinerU-Ecosystem
Official MinerU document parsing MCP ([mineru-open-mcp](https://pypi.org/project/mineru-open-mcp/) on PyPI). Converts PDFs, doc/docx/ppt/pptx, images, and spreadsheets to Markdown via the [MinerU](https://mineru.net) API; free Flash mode without an API key (about 20 pages per file); optional `MINERU_API_TOKEN` for higher limits.
SimplyLiz/CodeMCP
Code intelligence MCP server with 80+ tools for semantic code search, impact analysis, call graphs, ownership detection, and architectural understanding. Supports Go, TypeScript, Python, Rust, Java via SCIP indexing.
KyaniteLabs/kinocut
Guardrailed video editing for AI agents with 135 MCP tools for FFmpeg editing, captions, audio, effects, Hyperframes, repurposing, resumable workflows, quality gates, and provenance receipts. Includes a Python client and `kino` CLI; runs locally with no required API keys.
aikts/yandex-tracker-mcp
MCP Server for Yandex Tracker. Provides tools for searching and retrieving information about issues, queues, users.
amirdaraee/luxembourg-mcp
Keyless access to official Luxembourg public data: laws, statistics, live parking and traffic, weather alerts, environment, parliament, geodata, GTFS stops, and the national open-data catalogue. 21 read-only tools, zero dependencies; hosted endpoint at mcp.luxembourg-mcp.com or local Python server. No API keys.
NameetP/pdfmux
PDF extraction router with built-in MCP server. Classifies each page (digital, scanned, tables) and routes to the best backend (PyMuPDF, Docling, OCR, or optional LLM fallback). Per-page confidence scoring flags low-quality pages and auto-reextracts them — prevents silent RAG failures. Zero config: `pip install pdfmux`. MIT licensed.