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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"spark-framework-engi": {
"command": "uvx",
"args": [
"spark-framework-engine"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add spark-framework-engi uvx spark-framework-engine
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"spark-framework-engi": {
"command": "uvx",
"args": [
"spark-framework-engine"
]
}
}
}
📋 Copy
Or install with pip: pip install spark-framework-engine