FrameworkIA

Luco1421/FrameworkIA
★ 0 stars Python AI/LLM Updated today
A framework combining Spec-Driven Development, persistent memory, and an MCP server for working with AI coding assistants.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "frameworkia": {
      "command": "uvx",
      "args": [
        "frameworkia"
      ]
    }
  }
}

Or install with pip: pip install frameworkia

README Excerpt

A framework for working with AI coding assistants (Claude Code, OpenCode, Codex, Cursor, etc.) that combines a Spec-Driven Development methodology, persistent memory, reusable skills, a CLI, and an MCP server. The Python package is `definitive-ai-framework`, installed as the `df` command. The goal is for the AI to produce not just working code, but code shaped by

Topics

ai-agentsclideveloper-toolsmcppythonsqlite