Wraps the AgenticWorkspace CLI as a single generic MCP tool for repo workspace scans.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Point it at any repo. It detects the stack, writes a .workspace/ directory with progressive
context and session handoffs, and installs a working Claude Code adapter, all in one command.

This is a v0.1 release. Zero installs, zero GitHub stars, first release. 99/99 JavaScript tests and 132/132 Python tests pass. It does what's described below and nothing more. There's an honest comparison against the other tools already working in this space further down, so you can decide if AgenticWorkspace is actually worth trying before you run it.
.workspace/ directoryAgenticWorkspace ships two independent, equally first-class packages that
implement the same scan/scaffold/adapter pipeline and read/write the same
.workspace/ directory shape -- pick whichever fits your toolchain, or
install both. Neither is deprecated in favor of the other.
To install from source instead:
For repeat use with the npm package, install it globally:
The Python package's CLI entry point is also agenticworkspace (e.g.
agenticworkspace init --path ./my-app); see
python/README.md and
docs/getting-started.md for the Python-specific
walkthrough.
To build the TypeScript package from source instead:
Everything below is verified against the actual source in this repo, not aspirational.
src/agenticworkspace/scan/stack-detector.ts).CLAUDE.md, AGENTS.md, .cursor/rules, and
.github/copilot-instructions.md and never overwrites them
(src/agenticworkspace/scan/config-detector.ts)..serena/ directory, a
GitNexus-style config, or repo-harness's own .ai/harness/ directory, reports what it finds, and
never reads or writes any of them (src/agenticworkspace/memory-backends/)..workspace/adapters/claude-code/settings.json
(src/agenticworkspace/adapters/claude-code/install.ts).init, scan, status, adapter install, and
handoff new all support --json, including on error paths (a nonexistent --path, a missing
workspace, an unimplemented adapter), so a calling agent never has to parse human-readable text
or guess at exit codes.MemoryBackend
(src/agenticworkspace/memory-backends/types.ts) and Adapter
(src/agenticworkspace/adapters/types.ts). Adding a new tool means implementing one interface
and registering it (registry.ts in each folder); no changes to CLI or scan code are required.
See Extending AgenticWorkspace below.src/agenticworkspace/util/sanitize.ts), covered by 30 dedicated unit tests (confirmed by
running the suite directly, including the parameterized rejection cases).init run is detected and
surfaced (interactive repair/reset/abort prompt, or a structured JSON error with a dedicated exit
code in --json mode) instead of being silently overwritten or resumed
(src/agenticworkspace/state/partial-state.ts).A real run against a small two-file JavaScript repo (target path shortened to /Users/you/my-app
for readability, every field value below is the actual output):
The agenticworkspace_version field in that output is a version string tracked separately from
the package's own npm/PyPI version (they can drift; treat it as an internal schema marker, not the
package version you installed).
That single run wrote seven real files on disk:
Drop --json for a human-readable version of the same run:
Checking workspace health and writing a session handoff on that same repo, real output:
See docs/usage.gif for a recorded run of handoff new and status together.
Everything below is verified against the actual source in this repo, not aspirational.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agenticworkspace)<a href="https://allmcps.com/mcp/agenticworkspace"><img src="https://allmcps.com/api/badge/agenticworkspace?style=directory" alt="Agenticworkspace on AllMCPs" /></a>