Integrations
Provides access to Rust documentation from docs.rs, allowing users to search for crates, retrieve documentation, type information, feature flags, version numbers, and access symbol definitions and source code.
Enables interaction with Rust language resources including documentation, type information, and source code, making Rust programming information accessible through structured API calls.
Rust Docs MCP 서버
docs.rs에서 Rust 문서에 대한 접근을 제공하는 MCP(Model Context Protocol) 서버입니다. 이 서버를 통해 AI 도구는 문서, 유형 정보, 기능 플래그, 버전 번호, 심볼 정의/소스 코드를 검색할 수 있습니다.
특징
- docs.rs에서 상자를 검색하세요
- 특정 상자 및 버전에 대한 문서를 받으세요
- 유형 정보(구조체, 열거형, 특성 등)를 가져옵니다.
- 상자에 대한 기능 플래그 가져오기
- 상자에 사용 가능한 버전을 받으세요
- 특정 항목에 대한 소스 코드 가져오기
- 상자 안의 기호를 검색하세요
설치
이 프로젝트에서는 개발에 Bun을 사용하지만, 빌드된 서버는 Node.js로 실행할 수 있습니다.
지엑스피1
건물
이렇게 하면 컴파일된 JavaScript 파일이 포함된 빌드 디렉토리가 생성됩니다.
달리기
MCP 클라이언트와 함께 사용
이 서버는 모델 컨텍스트 프로토콜(MCP)을 구현하며 모든 MCP 클라이언트와 함께 사용할 수 있습니다. MCP 클라이언트와 함께 사용하려면 클라이언트가 이 서버에 연결되도록 구성해야 합니다.
사용 가능한 도구
서버는 다음과 같은 도구를 제공합니다.
search_crates
: docs.rs에서 상자를 검색합니다.get_crate_documentation
: 특정 크레이트에 대한 문서를 가져옵니다.get_type_info
: 특정 항목에 대한 유형 정보를 가져옵니다.get_feature_flags
: 크레이트의 기능 플래그를 가져옵니다.get_crate_versions
: 크레이트에 사용 가능한 버전을 가져옵니다.get_source_code
: 특정 항목의 소스 코드를 가져옵니다.search_symbols
: 상자 내의 심볼을 검색합니다.
테스트
특허
MIT
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
AI 도구가 docs.rs의 Rust 문서에 접근할 수 있도록 하는 MCP 서버로, 크레이트, 문서, 유형 정보, 기능 플래그, 버전 정보 및 소스 코드를 검색할 수 있습니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context. Uses Ollama or OpenAI to generate embeddings. Docker files includedLast updated -1914TypeScriptMIT License
- AsecurityAlicenseAqualityA server for managing Rust documentation that enables users to check, build, and search Rust documentation locally through cargo doc commands.Last updated -33TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.Last updated -125PythonMIT License
- -security-license-qualityAn MCP server that enables AI assistants to access up-to-date documentation for Python libraries like LangChain, LlamaIndex, and OpenAI through dynamic fetching from official sources.Last updated -1PythonMIT License