spark-framework-engine

Nemex81/spark-framework-engine
★ 1 stars Python 🤖 AI/LLM Updated today
SPARK Code Framework — MCP Engine: universal AI-native framework server for VS Code Agent mode. Serves agents, skills, instructions and prompts on-demand to any project.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "spark-framework-engi": {
      "command": "uvx",
      "args": [
        "spark-framework-engine"
      ]
    }
  }
}

Or install with pip: pip install spark-framework-engine