MCPerver for handling guidelines, project rules and controlled development
Project description
mcp-guide
Structured content delivery for AI agents via Model Context Protocol
mcp-guide is an MCP server that provides AI agents with organised access to project guidelines, documentation, and context. It helps agents understand your project's standards, follow development workflows, and access relevant information through a flexible content management system.
Key Features
- Content Management - Organise documents, instructions and prompts by category and collection
- Template Support - Dynamic content with Mustache/Chevron templates
- Multiple Transports - STDIO, HTTP, and HTTPS modes
- Feature Flags - Project-specific and global configuration
- Workflow Management - Structured development phase tracking
- Profile System - Pre-configured setups for common scenarios
- Docker Support - Containerised deployment with SSL
- OpenSpec Integration - Spec-driven development workflow
Quick Start
mcp-guide is run using your AI Agent's MCP configuration, and not usually run directly, at least in stdio transport mode. In stdio mode, standard input and output are used to communicate with the MCP so the agent needs to control both in order to operate. In http mode, however, the server provides web server (http) transport, and this may be started in standalone mode, not necessarily by the agent directly (although typically it does).
The configurations below detail configuration with some cli agents, but almost all of them will be similar.
Configure with AI Agents
JSON configuration
These blocks can be used as is and inserted into the agent's configuration. The stdio mode is a straightforward configuration, although it requires the uv tool to be installed.
Stdio
{
"mcpServers": {
"mcp-guide": {
"command": "uvx",
"args": ["mcp-guide"]
}
}
}
If the "mcpServers" block already exists, add the "mcp-guide" block at the end, ensuring that the previously last item, if any, has a terminating comma.
Kiro-CLI
Add the above JSON block to ~/.kiro/settings/mcp.json.
Claude Code
Add the above JSON block to ~/.claude/settings.json.
GitHub Copilot CLI
Add this JSON block to ~/.config/.copilot/mcp.json.
Other clients will offer similar configuration, some also
See the Installation Guide for more detail in use with various clients, use with docker and using the http/sse transport mode.
Content Organisation
mcp-guide organises content using frontmatter (optional YAML metadata at the start of documents) to define document properties and behaviour.
Content is classified into three types via the type: field in frontmatter:
- user/information - Content displayed to users
- agent/information - Context for AI agents
- agent/instruction - Directives for agent behaviour
Content is organised using categories (file patterns and directories) and collections (groups of categories). Collections act as "macros" to provide targeted context for specific tasks or purposes.
See Content Management for details.
Feature Flags
Feature flags control behaviour, capabilities and special features and may be set globally or per project:
- workflow - Enable workflow phase tracking
- openspec - Enable OpenSpec integration
- content-style - Output format (None, plain, mime)
See Feature Flags for more information.
Documentation
- Documentation Index - Documentation overview
- Getting Started - First-time setup and basic concepts
- Changelog - Release notes and version history
Links
- Documentation: docs/user/
- Issues: GitHub Issues
- MCP Protocol: modelcontextprotocol.io
License
MIT License - See LICENSE.md for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_guide-1.0.0rc1.tar.gz.
File metadata
- Download URL: mcp_guide-1.0.0rc1.tar.gz
- Upload date:
- Size: 220.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
090d76d085618604ee2cd5b8f9c0ad265e734364ef24dd8fcdebb9ed64c2ec48
|
|
| MD5 |
589520035a472a77378cbca3002b2354
|
|
| BLAKE2b-256 |
c3cda331af2efa0a36a85bedafef658a2cbe994b118cb0aee0298a6787952de3
|
Provenance
The following attestation bundles were made for mcp_guide-1.0.0rc1.tar.gz:
Publisher:
python-mcp-publish.yml on deeprave/mcp-guide
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mcp_guide-1.0.0rc1.tar.gz -
Subject digest:
090d76d085618604ee2cd5b8f9c0ad265e734364ef24dd8fcdebb9ed64c2ec48 - Sigstore transparency entry: 976375898
- Sigstore integration time:
-
Permalink:
deeprave/mcp-guide@c30f3f5a2b6f7c893d50f2360e6d092facad716f -
Branch / Tag:
refs/heads/main - Owner: https://github.com/deeprave
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-mcp-publish.yml@c30f3f5a2b6f7c893d50f2360e6d092facad716f -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file mcp_guide-1.0.0rc1-py3-none-any.whl.
File metadata
- Download URL: mcp_guide-1.0.0rc1-py3-none-any.whl
- Upload date:
- Size: 350.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df3f0bf7d9bacc867ac31f13dac3d23674ef27159001d081f87dcaad24a4d719
|
|
| MD5 |
b62797c04cbe63a920999b5fb9a18309
|
|
| BLAKE2b-256 |
49a8e70f7c1e64178d7895d423c3c30ce06d6c2409476bc75b3261934280a9b6
|
Provenance
The following attestation bundles were made for mcp_guide-1.0.0rc1-py3-none-any.whl:
Publisher:
python-mcp-publish.yml on deeprave/mcp-guide
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mcp_guide-1.0.0rc1-py3-none-any.whl -
Subject digest:
df3f0bf7d9bacc867ac31f13dac3d23674ef27159001d081f87dcaad24a4d719 - Sigstore transparency entry: 976375900
- Sigstore integration time:
-
Permalink:
deeprave/mcp-guide@c30f3f5a2b6f7c893d50f2360e6d092facad716f -
Branch / Tag:
refs/heads/main - Owner: https://github.com/deeprave
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-mcp-publish.yml@c30f3f5a2b6f7c893d50f2360e6d092facad716f -
Trigger Event:
workflow_dispatch
-
Statement type: