progmo-mcp-server

progmo-mcp-server

3.1

progmo is an agent designed to handle out-of-band common coding tasks, enhancing productivity through knowledge management, documentation-driven development, code review, and test management.

progmo is a model context protocol server that facilitates various coding tasks by acting as an agent. It is designed to streamline processes such as knowledge management, documentation-driven development (DDD), code review, and test management. The server works with a vector datastore to provide specific context to clients and supports basic CRUD operations for text sources. It integrates with Qdurant, a containerized vector store, to manage knowledge efficiently. The DDD manager in progmo helps in managing the critical path and narrative of a build by recording features, user stories, technical specifications, and decisions. The code review feature uses a .codereview file or .clinefile to guide the review process, create review branches, and iterate over code, adding tests and making necessary adjustments. The test manager focuses on running and fixing tests, improving coverage, and enhancing testing isolation and speed. progmo is implemented as a Rust server and can be distributed as a binary or container.

Features

  • Knowledge Management: Works with a vector datastore for context provision and supports CRUD operations for text sources.
  • Documentation Driven Development: Manages critical paths and narratives, recording features, user stories, and technical specifications.
  • Code Review: Uses .codereview or .clinefile to guide reviews, create branches, and iterate over code.
  • Test Manager: Focuses on running and fixing tests, improving coverage, and enhancing testing processes.
  • Rust Implementation: Distributed as a binary or container for efficient deployment.

Usage with Different Platforms

Qdurant

docker run -d --name qdrant -p 6333:6333 qdrant/qdrant