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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues