MCP Directory
Back

flama

by vortico · Python · ★ 288

The production framework for Predictive and Generative AI. Serve any model as an API in one line, with OpenAI/Anthropic/Ollama-compatible endpoints, a built-in chat UI, and native MCP.

#anthropic#asgi#chatbot#domain-driven-design#generative-ai#inference#llm#llm-serving#machine-learning#mcp#mlops#mlx#model-context-protocol#model-serving#ollama#openai-api#python#rust#vllm#web-framework

Install

pip install git+https://github.com/vortico/flama.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "flama": {
      "command": "uvx",
      "args": [
        "git+https://github.com/vortico/flama.git"
      ]
    }
  }
}

From the README

Light up your models 🔥 --------|--------------|----------------------------------------------------------------------| | Native | (none) | , , | | OpenAI | | , , , | | Anthropic | | , | | Ollama | | , , | Learn more in the [Generative AI docs](https://flama.dev/docs/generative-ai/serving-llms/). The same workflow serves classic ML models. Pac…
Read full README on GitHub →

Related ai & ml servers