LLMling
Provides a YAML-based configuration system for LLM applications, enabling declarative setup of custom environments with resource management, tool execution, and prompt handling capabilities.
5 stars
0 tools
Created Aug 2025
@phil65/phil65-llmlingAbout
Provides a YAML-based configuration system for LLM applications, enabling declarative setup of custom environments with resource management, tool execution, and prompt handling capabilities.
Categories
general
Installation
npm
npm install @phil65/phil65-llmling
Configuration
{
"mcpServers": {
"phil65-llmling": {
"command": "npx",
"args": [
"-y",
"@phil65/phil65-llmling"
]
}
}
}