Rust Coder
by cardea-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | Yes | Name of the LLM model to use (e.g., Qwen2.5-Coder-3B-Instruct) | |
| CARGO_PATH | No | Path to the cargo executable (e.g., /usr/bin/cargo) | |
| LLM_API_KEY | Yes | API key for the LLM service | |
| QDRANT_HOST | No | Hostname of the Qdrant vector database | localhost |
| QDRANT_PORT | No | Port of the Qdrant vector database | 6333 |
| LLM_API_BASE | Yes | Base URL of the LLM API server (e.g., http://localhost:8080/v1) | |
| LLM_EMBED_SIZE | No | Dimension size of the embedding vectors | 768 |
| LLM_EMBED_MODEL | Yes | Name of the embedding model (e.g., nomic-embed) | |
| RUST_COMPILER_PATH | No | Path to the rustc executable (e.g., /usr/bin/rustc) | |
| SKIP_VECTOR_SEARCH | No | Set to 'false' to enable vector search with Qdrant | true |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/cardea-mcp/RustCoder'
If you have feedback or need assistance with the MCP directory API, please join our Discord server