progmo-mcp-server
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
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.