Rust Docs MCP Server
Rust ドキュメント MCP サーバー
docs.rsからRustドキュメントへのアクセスを提供するMCP(Model Context Protocol)サーバー。このサーバーにより、AIツールはドキュメント、型情報、機能フラグ、バージョン番号、シンボル定義/ソースコードを検索できます。
特徴
docs.rsでクレートを検索
特定のクレートとバージョンのドキュメントを入手する
型情報(構造体、列挙型、特性など)を取得します。
クレートの機能フラグを取得する
利用可能なクレートのバージョンを取得する
特定のアイテムのソースコードを取得する
箱の中のシンボルを探す
Related MCP server: MCP Rust Docs Server
インストール
このプロジェクトは開発に Bun を使用していますが、構築したサーバーは Node.js でも実行できます。
# Clone the repository
git clone https://github.com/yourusername/rust-docs-mcp-server.git
cd rust-docs-mcp-server
# Install dependencies
bun install建物
# 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ライセンス
マサチューセッツ工科大学
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