Exarp

Exarp

MCP server for project management automation, providing tools for project health, documentation, task management, security scanning, and CI/CD validation.

Category
Visit Server

README

Exarp

MCP Server for Project Management Automation

PyPI version License: MIT

Install

๐Ÿšจ For Development: This project uses uv for all package management. See .cursorrules for details.

Using uv (Recommended - Faster):

# For end users installing from PyPI
uv pip install exarp

# For developers working on this repo
uv sync

Using pip (Fallback - Not recommended for development):

pip install exarp

Quick Start

# Run the MCP server
exarp

# Or use aliases
pma
python -m project_management_automation.server

MCP Client Configuration

Add to your MCP client config (Cursor, Claude Desktop, VS Code):

{
  "mcpServers": {
    "exarp": {
      "command": "/path/to/project-management-automation/exarp-uvx-wrapper.sh",
      "args": ["--mcp"]
    }
  }
}

Recommended: Use exarp-uvx-wrapper.sh which automatically detects uvx location across platforms (Ubuntu, macOS Intel/Apple Silicon).

Alternative: If uvx is in your PATH, use directly:

{
  "mcpServers": {
    "exarp": {
      "command": "uvx",
      "args": ["exarp", "--mcp"]
    }
  }
}

See UVX Location Guide for detailed platform-specific instructions.

Development

Keeping MCP Features in Sync

This project supports both FastMCP and stdio server interfaces. When adding tools, resources, or prompts, you must register them in both systems.

๐Ÿ“– See MCP Sync Guide for complete instructions.

Quick check:

uv run python scripts/verify_mcp_sync.py

Features

๐Ÿฅ Project Health

Tool Description
server_status Server status, version, tools count
project_scorecard Comprehensive health metrics (codebase, tests, tasks, docs, security)
project_overview One-page summary (text, markdown, HTML, slides)

๐Ÿ“š Documentation

Tool Description
check_documentation_health Analyze docs, find broken links, validate formatting
add_external_tool_hints Add Context7 hints to documentation

โœ… Task Management

Tool Description
analyze_todo2_alignment Check task alignment with PROJECT_GOALS.md
detect_duplicate_tasks Find and merge duplicate tasks
consolidate_tags Standardize task tags
task_hierarchy_analyzer Recommend task hierarchies
batch_approve_tasks Batch approve tasks without clarification needed
sync_todo_tasks Sync between TODO table and Todo2

๐Ÿ”’ Security

Tool Description
scan_dependency_security Scan Python/Rust/npm for vulnerabilities

๐Ÿค– Automation

Tool Description
run_daily_automation Daily maintenance (docs, alignment, duplicates)
run_nightly_task_automation Execute background tasks in parallel
sprint_automation Full sprint with subtask extraction
find_automation_opportunities Discover automation candidates

๐Ÿ”ง CI/CD & Git

Tool Description
validate_ci_cd_workflow Validate GitHub Actions workflows
setup_git_hooks Configure pre-commit/pre-push hooks
setup_pattern_triggers File/git/task pattern automation
check_working_copy_health Git status across agents

๐Ÿงช Testing

Tool Description
run_tests Execute pytest/unittest/ctest
analyze_test_coverage Coverage reports and gap analysis

ZSH Plugin

For shell integration with context-aware project health:

# Add to ~/.zshrc
source /path/to/exarp.plugin.zsh

# Commands
xl   # Quick context (no Python needed)
xc   # Full context with score
xs   # Project scorecard
xo   # Project overview
xt   # List pending tasks
xp   # Scan for projects
motd # Daily wisdom

See shell/exarp.plugin.zsh for full documentation.

Daily Wisdom

Exarp includes optional daily wisdom quotes based on project health:

# Configure source
export EXARP_WISDOM_SOURCE=stoic  # or: bofh, tao, bible, murphy, shakespeare, sefaria

# Disable
export EXARP_WISDOM_DISABLED=1

Man Pages

man exarp       # MCP server documentation
man exarp-zsh   # ZSH plugin documentation

Requirements

  • Python 3.9+
  • FastMCP 2.0+
  • Pydantic 2.0+

Links

  • PyPI: https://pypi.org/project/exarp/
  • GitHub: https://github.com/davidl71/project-management-automation
  • Issues: https://github.com/davidl71/project-management-automation/issues

License

MIT License - see LICENSE

Attributions

This project includes features inspired by third-party projects:

All implementations are original code. No third-party code was copied.

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
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
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
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