Skip to main content
Glama

Rust Docs MCP Server

by laptou

Rust ドキュメント MCP サーバー

docs.rsからRustドキュメントへのアクセスを提供するMCP(Model Context Protocol)サーバー。このサーバーにより、AIツールはドキュメント、型情報、機能フラグ、バージョン番号、シンボル定義/ソースコードを検索できます。

特徴

  • docs.rsでクレートを検索
  • 特定のクレートとバージョンのドキュメントを入手する
  • 型情報(構造体、列挙型、特性など)を取得します。
  • クレートの機能フラグを取得する
  • 利用可能なクレートのバージョンを取得する
  • 特定のアイテムのソースコードを取得する
  • 箱の中のシンボルを探す

インストール

このプロジェクトは開発に 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 start

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 : クレート内のシンボルを検索

テスト

# Run tests bun test

ライセンス

マサチューセッツ工科大学

-
security - not tested
F
license - not found
-
quality - not tested

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 サーバー。

  1. 特徴
    1. インストール
      1. 建物
        1. ランニング
          1. MCPクライアントでの使用
            1. 利用可能なツール
          2. テスト
            1. ライセンス

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                An 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
                Last updated -
                7
                15
                208
                TypeScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                An 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 included
                Last updated -
                15
                22
                TypeScript
                MIT License
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                An MCP server that crawls API documentation websites and exposes their content to AI models, enabling them to search, browse, and reference API specifications.
                Last updated -
                Python
              • A
                security
                F
                license
                A
                quality
                An MCP server that helps teams create, manage, and access structured project documentation through six core document types, leveraging AI to generate comprehensive project knowledge management.
                Last updated -
                5
                21
                97
                TypeScript

              View all related MCP servers

              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