mcpbeat Sign in

Agenticworkspace MCP Server

local only

Agenticworkspace runs on your own machine — the client starts it, so there is no endpoint to ping. 178 installs a week from pypi. Last commit 25 Aug 2026.

Wraps the AgenticWorkspace CLI as a single generic MCP tool for repo workspace scans.

Installs per day peak 618 · avg 75 · -45% w/w
a month agotoday
178
Installs / week
pypi · agenticworkspace-cli
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/agenticworkspace/__init__.py:1, [пакет] src/agenticworkspace/cli.py:1, [пакет] src/agenticworkspace/mcp_server.py:1 и ещё 36
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable python/src/agenticworkspace/adapters/claude_code/install.py:110, python/src/agenticworkspace/scaffold/context_generator.py:73, python/src/agenticworkspace/scaffold/handoff_generator.py:69 и ещё 5
            target_path = os.path.join(scripts_dir, file_name)
Runs an external command python/src/agenticworkspace/mcp_server.py:94, python/src/agenticworkspace/util/git_info.py:20, [пакет] src/agenticworkspace/mcp_server.py:94 и ещё 1
        result = subprocess.run(command, capture_output=True, text=True, timeout=10, check=False)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agenticworkspace -- uvx agenticworkspace-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agenticworkspace": {
      "args": [
        "agenticworkspace-cli"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agenticworkspace]
command = "uvx"
args = ["agenticworkspace-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "agenticworkspace": {
      "args": [
        "agenticworkspace-cli"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agenticworkspace": {
      "args": [
        "agenticworkspace-cli"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Agenticworkspace

same job, measured the same way
patchwork — Codebase Conventions for AI Agents
by sainarayana-b

Scan any codebase, generate CONVENTIONS.md, expose conventions as MCP tools for AI agents.

168 installs/wk local only
GitHub to MCP Converter
by nirholas

Convert any GitHub repo to MCP server - automatic tool generation API wrap

local only
Agentmap
by raymondchins

The TS/JS-accurate repo map for coding agents: ts-morph import/symbol/call graph + MCP query tools

314 installs/wk local only
Repo Memory
by yubinkim444

Shared, git-tracked working memory for AI agents on the same codebase.

400 installs/wk local only
Ghcli MCP Connector
by ferhatdundar

MCP server for the GitHub CLI (gh). Read-only by default; single Go binary.

local only
Codex MCP Go
by w31r4

MCP server wrapping Codex CLI for stdio-based tool calls.

64 installs/wk local only
AI Architect MCP Codebase
by cdeust

Codebase intelligence MCP — index any repo into a property graph; 26 tools for agents.

local only
Automatised Pipeline
by cdeust

Codebase intelligence MCP server — index any repo into a property graph; 26 tools for agents.

local only

Agenticworkspace — questions

Answers built from our own checks of this server.

Why is there no uptime for Agenticworkspace?
Agenticworkspace runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package agenticworkspace-cli was installed 178 times last week.
How do I connect Agenticworkspace?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agenticworkspace-cli straight from pypi; nothing to host, nothing to sign up for.
How many people use Agenticworkspace?
The pypi package agenticworkspace-cli was installed 178 times in the last week. Week over week that is -45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agenticworkspace open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.