Processkit

Processkit

Standalone MCP harness for cross-system process evidence, code-change impact review, and natural-language repository checkout mapping, with optional accelerators like CodeGraph.

Category
Visit Server

README

Processkit

Standalone MCP/harness package for:

  • /business-process-trace — brownfield cross-system process evidence
  • /business-impact-review — vertical × horizontal code-change review
  • /configure-repo-maps — NL → machine-local checkout maps (cross-repo)
  • deprecated /flow-trace redirect

Optional accelerators: CodeGraph, Hubdocs and ArtifactGraph. Processkit works without them through targeted repository search/model analysis. Missing optionals produce one schema-validated evidence event per run/optional with actual file-read and context-byte metrics; see docs/OPTIONAL-ACCELERATORS.md.

Quick start (member)

curl -fsSL https://raw.githubusercontent.com/raintr91/Processkit/main/install.sh | bash
cd /path/to/project
processkit init        # wizard: agents → lane (docs|fe|be)

The wizard picks agents (checkbox, detected ones pre-checked), then the lane. Every selected agent gets a project-local MCP config in the current repo; there is no location prompt. Init also:

  • ensures platform-repos.local.json and legacy-repos.local.json when missing (never overwrites; never seeds portable *-repos.json);
  • merges generated local targets into .gitignore (idempotent; unanchored patterns .cursor/ / .processkit/ matching Platform DNA / Codegenkit);
  • installs shared cross-repo-index.mdc (DNA SSOT filename — no duplicate processkit-cross-repo-index.mdc);
  • records entries in the install manifest so status can report missing ignore lines and empty local maps.

CI keeps the long flags:

processkit init --type=docs --target=cursor --yes

Local checkout / global CLI

From a local checkout:

pnpm install && pnpm build
# one-shot init without global install:
node /path/to/Processkit/bin/processkit.mjs init

# or refresh ~/.processkit + PATH shims from this checkout:
./install.sh --from /path/to/Processkit
# equivalent: PROCESSKIT_SRC=/path/to/Processkit ./install.sh

When Platform DNA should invoke this checkout instead of an older global processkit on PATH:

export PLATFORM_DNA_PROCESSKIT_ROOT=/path/to/Processkit
platform-dna init

Profiles:

  • docs: process trace + impact review + configure-repo-maps + deprecated redirect
  • fe / be: impact review + configure-repo-maps

Cross-repo routing

Step system id Checkout map
legacy-* legacy-repos.local.json
otherwise platform-repos.local.json

In-repo-only work needs no map. Cross-repo with empty/missing keys → Gaps + /configure-repo-maps, then platform-dna codegraph:wire.

Example prompts (/configure-repo-maps)

Platform multi-repo (writes platform-repos.local.json):

/configure-repo-maps
2 portal: admin at ~/ws/portal-admin, line at ~/ws/portal-line;
2 API: core at ~/ws/api-core, scenario at ~/ws/api-scenario;
docs = ~/ws/base-docs; tests = ~/ws/base-tests.

Legacy (writes legacy-repos.local.json):

/configure-repo-maps
Legacy ERP is at D:\legacy\erp, key legacy-erp.

Then run /business-process-trace or /business-impact-review as usual.

Managed harness lifecycle

init records only Processkit-managed harness assets and their installed hashes in .processkit/install-manifest.json. Switching profiles marks assets from the previous profile as stale; it does not delete them or manage shared registries and portable project maps. It also records the destination in the XDG install ledger at $XDG_STATE_HOME/processkit/installs.json (or ~/.local/state/processkit/installs.json).

processkit status --project-root /path/to/project
processkit prune --project-root /path/to/project        # dry-run
processkit prune --project-root /path/to/project --yes  # delete safe stale files
processkit deinit                                       # current repo + local MCP
processkit uninstall                                    # every repo + MCP + CLI

Prune deletes only stale files still matching their recorded hash. Customized files are retained. platform-repos.json, shared extract registries and any file absent from the Processkit install manifest are never prune targets. Unsupported manifest APIs and unsafe paths fail before harness writes or deletions.

Without --yes, deinit and uninstall are dry-runs in non-interactive use; in a TTY they preview and ask for confirmation. deinit is the inverse of init for the current destination: it removes hash-matching managed harness files and unwires local Processkit MCP entries from every agent config written at init, preserves and reports modified files, safely removes only Processkit bundle keys from the shared extract registry, and forgets the destination from the ledger. Local map files are kept.

processkit uninstall can run from anywhere. It defaults to global/all: every destination in the ledger, each local Processkit MCP entry, the global Cursor MCP entry, the CLI shims and ~/.processkit. For installs created before the ledger existed:

processkit uninstall --discover ~/workspace --yes

Advanced --scope=repo|all-repos|mcp-local|mcp-global|cli|all, --project-root, and --keep-mcp filters remain available. prune remains stale-only and never performs a full deinitialization.

MCP tools

  • business_process_validate
  • business_impact_validate
  • business_diff_scope

Processkit has no runtime dependency on CodeGraph. init preserves an existing CodeGraph MCP entry and does not require the server to be live.

Portability

Processkit never writes portable platform-repos.json / legacy-repos.json (Platform DNA / Bundlekit own those). It only ensures ignored platform-repos.local.json and legacy-repos.local.json skeletons so cross-repo skills have a place to resolve checkouts regardless of toolkit install order.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured