Rust AI Agent Skills
AI agent skills for Rust development. Memory safety patterns, cargo workflows, and systems programming best practices.
44 listings
Rust Cargo Docs RAG MCP
MCP Serverrust-cargo-docs-rag-mcp is an MCP (Model Context Protocol) server that provides tools for Rust crate documentation lookup. It allows LLMs to look up documentation for Rust crates they are unfamiliar with. This README focuses on how to build, version, release, and install the project using two common paths: 1. pkgx (build/install locally from source) 2. Docker image (published to GitHub Container R
Rust Async Patterns
Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.
Systems Programming Rust Project
You are a Rust project architecture expert specializing in scaffolding production-ready Rust applications. Generate complete project structures with cargo tooling, proper module organization, testing
Rust Pro
Master Rust 1.75+ with modern async patterns, advanced type system
Embedded Debugger MCP Server
MCP ServerA professional Model Context Protocol (MCP) server for embedded debugging with probe-rs. Provides AI assistants with comprehensive debugging capabilities for embedded systems including ARM Cortex-M, RISC-V microcontrollers with real hardware integration. - ๐ Production Ready: Real hardware integration with 22 comprehensive debugging tools - ๐ Multi-Probe Support: J-Link, ST-Link V2/V3, DAPLink,
Kreuzberg
>-
Sentry MCP
A fast, lightweight MCP server for Sentry, written in Rust. Compared to the official Node.js server: - Memory: 10x less RAM usage - Startup: instant cold start - Disk: single binary, no runtime dependencies - Tokens: fewer tools = smaller tool list in context This MCP server provides tools to interact with Sentry's API: - getissuedetails - Retrieve detailed information about a Sentry issue includi
MCP Codebase Index
MCP ServerA structural codebase indexer with an MCP server for AI-assisted development. Zero runtime dependencies โ uses Python's ast module for Python analysis and regex-based parsing for TypeScript/JS, Go, and Rust. Requires Python 3.11+. Indexes codebases by parsing source files into structural metadata -- functions, classes, imports, dependency graphs, and cross-file call chains -- then exposes 18 query
TurboMCP
Production-ready Rust SDK for the Model Context Protocol (MCP) with zero-boilerplate development and progressive enhancement. Build MCP servers in seconds with automatic schema generation, type-safe handlers, and multiple transport protocols. - Rust 1.89.0+ (Edition 2024) - Check with rustc --version - Tokio async runtime Add to your Cargo.toml: Or with cargo: TurboMCP uses feature flags for progr
Winx - High-Performance Rust MCP Server โจ
๐ 1:1 Optimized Rust Implementation of WCGW (What Could Go Wrong) ๐ Winx is a specialized Model Context Protocol (MCP) server that provides high-performance tools for LLM code agents. It implements the core functionality of WCGW in pure Rust for maximum efficiency and stability. Benchmarks on i9-13900K + RTX 4090 (WSL2) - Rust 1.75+ - Linux / macOS / WSL2 Add to ~/.config/Claude/claudedesktopcon
Code Declaration Lookup MCP Server
MCP ServerAn MCP server that provides full text search for code declarations. Uses SQLite with FTS5 and universal ctags to index and search functions, classes, structures, enums, and other code elements. Supports all languages that ctags supports including Python, C, Go, C++, JavaScript, Rust, Java, and many others. - Python 3.13 - Universal Ctags 6.2.0 - SQLite with FTS5 support (included in Python 3.13) J
Agent Skills for Makepad
|
Stooq MCP
MCP ServerA Model Context Protocol (MCP) server written in Rust that fetches stock price data from stooq.com. - Latest stock prices - Get real-time stock price data - Historical data - Retrieve historical stock data with custom date ranges - Multi-market support - Access stocks from 5 major markets - Rust 1.75+ This will install to ~/.stooq-mcp/. To customize: The install script will: 1. Build the project 2
Memory MCP Server
A high-performance, pure Rust Model Context Protocol (MCP) server that provides persistent, semantic, and graph-based memory for AI agents. Works perfectly with: Claude Desktop Claude Code (CLI) Cline / Roo Code Any other MCP-compliant client. Unlike other memory solutions that require a complex stack (Python + Vector DB + Graph DB), this project is a single, self-contained executable. โ No Extern
Azure Keyvault Certificates Rust
|
Rust & Solana
RulesRust best practices for Solana smart contract development using Anchor framework and Solana SDK
CICADA
Context compaction for AI code assistants โ Give your AI structured, token-efficient access to 17+ languages including Elixir, Python, TypeScript, JavaScript, Rust, and more. Quick Install ยท Security ยท Developers ยท AI Assistants ยท Docs The core problem: AI code assistants waste context on blind searches. Grep dumps entire files when you only need a function signature, leaving less room for actual
TypeScript SDK for S2
TypeScript SDK for S2 This repo contains the official TypeScript SDK for S2, a serverless data store for streams, built on the service's REST API. S2 is a managed service that provides unlimited, durable streams. Streams can be appended to, with all new records added to the tail of the stream. You can read from any portion of a stream โ indexing by record sequence number, or timestamp โ and follow
Workflowy MCP Server
MCP ServerA Rust MCP server that gives Claude (Code, Desktop, or web) read/write access to your Workflowy graph, plus a generic template for turning that raw access into a working second brain. There are two ways to use it: 1. Bare MCP server. Wire the binary into your MCP host and call the 26 tools directly. No templates, no opinions. 2. Second brain. Hand BOOTSTRAP.md to Claude. The assistant follows the
Serial MCP Server
MCP ServerA professional Model Context Protocol (MCP) server for serial port communication. Provides AI assistants with comprehensive serial communication capabilities for embedded systems, IoT devices, and hardware debugging with real hardware integration. - ๐ Production Ready: Real hardware integration with 5 comprehensive serial communication tools - ๐ Cross-Platform Support: Windows, Linux, macOS with
Memory Safety Patterns
Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, managing resources, or preventing memory bugs.
Spreadsheet Kit
MCP ServerSpreadsheet automation for AI agents. Read, profile, edit, and recalculate .xlsx workbooks with tooling designed to be token-efficient, structurally aware, and agent-friendly. spreadsheet-kit ships two surfaces: Both share the same core engine and support .xlsx / .xlsm (read + write) and .xls / .xlsb (discovery only). Downloads a prebuilt native binary for your platform. No Rust toolchain required
solscan-mcp: A Solscan API MCP Server in Rust
MCP ServerA Model Context Protocol (MCP) server for interacting with the Solscan Pro API for Solana blockchain data. This server provides tools to query token information, account activities, and transaction details on the Solana blockchain via Large Language Models. Simple prompts: You can also use it for much more complex queries, like analyzing criminal activity combining multiple MCPs and correct contex
Makepad Skills
Makepad UI development skills for Rust apps: setup, patterns, shaders, packaging, and troubleshooting.