Skip to main content
Glama

Rust MCP Filesystem

Makefile.toml433 B
[tasks.fmt] install_crate = "rustfmt" command = "cargo" args = ["fmt", "--all", "--", "--check"] [tasks.clippy] command = "cargo" args = ["clippy", "--all-targets", "--", "-D", "warnings"] [tasks.test] install_crate = "nextest" command = "cargo" args = ["nextest", "run", "--no-tests=pass"] [tasks.check] dependencies = ["fmt", "clippy", "test"] [tasks.clippy-fix] command = "cargo" args = ["clippy", "--fix", "--allow-dirty"]

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/rust-mcp-stack/rust-mcp-filesystem'

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