LLMling

by phil65

5 stars
156 downloads
Not rated
GitHub

About

An MCP server with an LLMling backend that uses YAML files to configure LLM applications.

Details

Author
phil65
GitHub stars
5
Downloads
156
Categories
Developer Tools, AI, Automation, Other

- Static YAML declaration – no code required
- Resources: files, text, CLI output, images, Python callables
- Tools: register Python functions or OpenAPI specs
- Prompts: static templates or dynamic Python functions
- Multiple transports: stdio, SSE, Streamable HTTP

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name LLMling
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via uvx mcp-server-llmling@latest and start with a YAML config file using mcp-server-llmling start path/to/config.yml. Configure as a context server in Zed or Claude Desktop by specifying the command and arguments in their respective settings files. Programmatic usage is also supported via Python’s LLMLingServer class.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "llmling": {
            "mcp-server-llmling": {
                "command": "uvx",
                "args": [
                    "mcp-server-llmling@latest"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-server-llmling": {
        "command": "uvx",
        "args": [
            "mcp-server-llmling@latest"
        ]
    }
}

mcp-server-llmling

PyPI License
Package status
Monthly downloads
Distribution format
Wheel availability
Python version
Implementation
Releases
Github Contributors
Github Discussions
Github Forks
Github Issues
Github Issues
Github Watchers
Github Stars
Github Repository size
Github last commit
Github release date
Github language count
Github commits this month
Package status
PyUp

Read the documentation!

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.