Skip to content

theworker02/arcframe

v0.4.0MIT

Local-first engineering control plane for Cursor — Arc Index, Arc Graph, impact analysis, and evidence-backed MCP tools.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

arcframestdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/servers/mcp/dist/index.js"
  ],
  "cwd": "${PLUGIN_ROOT}",
  "env": {
    "ARCFRAME_ROOT": "${PLUGIN_ROOT}"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "arcframe",
  "version": "0.4.0",
  "description": "Local-first engineering control plane for Cursor — Arc Index, Arc Graph, impact analysis, and evidence-backed MCP tools.",
  "author": {
    "name": "theworker02",
    "url": "https://github.com/theworker02"
  },
  "homepage": "https://github.com/theworker02/arcframe",
  "repository": "https://github.com/theworker02/arcframe",
  "license": "MIT",
  "keywords": [
    "cursor",
    "mcp",
    "local-first",
    "repository-intelligence",
    "arc-index",
    "arc-graph"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub