Rust Docs MCP Server
Rust Docs MCP 서버
docs.rs에서 Rust 문서에 대한 접근을 제공하는 MCP(Model Context Protocol) 서버입니다. 이 서버를 통해 AI 도구는 문서, 유형 정보, 기능 플래그, 버전 번호, 심볼 정의/소스 코드를 검색할 수 있습니다.
특징
docs.rs에서 상자를 검색하세요
특정 상자 및 버전에 대한 문서를 받으세요
유형 정보(구조체, 열거형, 특성 등)를 가져옵니다.
상자에 대한 기능 플래그 가져오기
상자에 사용 가능한 버전을 받으세요
특정 항목에 대한 소스 코드 가져오기
상자 안의 기호를 검색하세요
Related MCP server: MCP Rust Docs Server
설치
이 프로젝트에서는 개발에 Bun을 사용하지만, 빌드된 서버는 Node.js로 실행할 수 있습니다.
지엑스피1
건물
# Build the server
bun run build이렇게 하면 컴파일된 JavaScript 파일이 포함된 빌드 디렉토리가 생성됩니다.
달리기
# Run the development server
bun run dev
# Or run the built server
bun run startMCP 클라이언트와 함께 사용
이 서버는 모델 컨텍스트 프로토콜(MCP)을 구현하며 모든 MCP 클라이언트와 함께 사용할 수 있습니다. MCP 클라이언트와 함께 사용하려면 클라이언트가 이 서버에 연결되도록 구성해야 합니다.
사용 가능한 도구
서버는 다음과 같은 도구를 제공합니다.
search_crates: docs.rs에서 상자를 검색합니다.get_crate_documentation: 특정 크레이트에 대한 문서를 가져옵니다.get_type_info: 특정 항목에 대한 유형 정보를 가져옵니다.get_feature_flags: 크레이트의 기능 플래그를 가져옵니다.get_crate_versions: 크레이트에 사용 가능한 버전을 가져옵니다.get_source_code: 특정 항목의 소스 코드를 가져옵니다.search_symbols: 상자 내의 심볼을 검색합니다.
테스트
# Run tests
bun test특허
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceA MCP server to allow the LLM in Cursor to access Rust Analyzer, Crate Docs and Cargo Commands.83
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server for fetching Rust crate documentation from docs.rs using the rustdoc JSON API.13Apache 2.0
- AlicenseAqualityCmaintenanceAn MCP server that enables searching for Rust crates and their documentation from docs.rs, allowing AI agents to find required crates and access the latest documentation.43636MIT
- Flicense-qualityDmaintenanceA Docs.rs MCP server that enables AI models to deeply access Rust crate documentation, including searching crates, viewing API definitions, feature flags, and code examples, all within the editor.72
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
MCP server for accessing curated awesome list documentation
Appeared in Searches
- A server for finding information about Rust (programming language, game, or oxidation process)
- Documentation server for Ansible, NixOS, and programming languages
- A server for searching Rust programming language documentation
- API Documentation for Libraries and Frameworks
- Best practices for organizing and structuring a codebase
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/laptou/rust-docs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server