Skip to main content
Glama

Cargo Doc MCP Server

by spacemeowx2

search_doc

Search Rust crate documentation to find features, error messages, or usage examples. Debug compilation issues or learn APIs by querying specific keywords or symbols in a local project.

Instructions

Search crate docs for specific features, error messages, or usage examples. Helps debug compilation issues or learn new APIs.

Input Schema

NameRequiredDescriptionDefault
crate_nameYesName of the crate to search in
project_pathYesPath to the Rust project (must be absolute path)
queryYesSearch query (keyword or symbol)

Input Schema (JSON Schema)

{ "properties": { "crate_name": { "description": "Name of the crate to search in", "type": "string" }, "project_path": { "description": "Path to the Rust project (must be absolute path)", "type": "string" }, "query": { "description": "Search query (keyword or symbol)", "type": "string" } }, "required": [ "project_path", "crate_name", "query" ], "type": "object" }
Install Server

Other Tools from Cargo Doc MCP Server

Related Tools

    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/spacemeowx2/cargo-doc-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server