asset-aware-mcp
by u9401066
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATA_DIR | No | Data directory for documents, assets, and cache. | ./data |
| LLM_BACKEND | No | LLM backend, e.g., 'openrouter'. | |
| UV_CACHE_DIR | No | uv cache directory, defaults to DATA_DIR/.uv-cache. | |
| ENABLE_LIGHTRAG | No | Enable LightRAG knowledge graph backend (boolean as string). | false |
| OPENROUTER_MODEL | No | Model identifier for OpenRouter, e.g., 'liquid/lfm-2.5-1.2b-instruct:free'. | |
| OPENROUTER_API_KEY | No | API key for OpenRouter if LLM_BACKEND is 'openrouter'. | |
| ASSET_AWARE_MCP_TOOL_SURFACE | No | Tool surface mode: 'compact', 'legacy', or default 'balanced'. | balanced |
| ASSET_AWARE_MCP_ENABLE_LEGACY_TOOLS | No | Enable legacy tools (boolean as string). | false |
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/u9401066/asset-aware-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server