loading…
Search for a command to run...
loading…
Enables AI agents to access and manage project guidelines, documentation, and context through a structured content system with template support and workflow man
Enables AI agents to access and manage project guidelines, documentation, and context through a structured content system with template support and workflow management.
Build Status Security Maintenance PyPI version PyPI downloads Python versions
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.
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.
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.
{
"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.
Add the above JSON block to ~/.kiro/settings/mcp.json.
Add the above JSON block to ~/.claude/settings.json.
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.
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:
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 control behaviour, capabilities and special features and may be set globally or per project:
See Feature Flags for more information.
MIT License - See LICENSE.md for details.
Run in your terminal:
claude mcp add mcp-guide -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.