Metadata-Version: 2.4
Name: iflow-mcp_dmayboroda-minima
Version: 0.0.1
Summary: RAG on local files with MCP
Author-email: David Mayboroda <david.ftzi@gmail.com>
Requires-Python: >=3.10
Requires-Dist: httpx>=0.28.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: pydantic>=2.10.2
Description-Content-Type: text/markdown

# minima MCP server

RAG on local files with MCP

Please go throuh all steps from main README

just add folliwing to **/Library/Application\ Support/Claude/claude_desktop_config.json**

```
{
    "mcpServers": {
      "minima": {
        "command": "uv",
        "args": [
          "--directory",
          "/path_to_cloned_minima_project/mcp-server",
          "run",
          "minima"
        ]
      }
    }
  }
```
After just open a Claude app and ask to find a context in your local files