mcp-guide

deeprave/mcp-guide
★ 0 stars Python AI/LLM Updated today
MCP server for handling guidelines, project rules and controlled development workflow across projects
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install mcp-guide

README Excerpt

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