An MCP server that gives AI coding agents instant access to CleanSlice architecture docs, conventions, and best practices.
For Claude Code. Install for Cursor, Windsurf & others
Installing the MCP server is step one. To make sure your agent always consults CleanSlice docs before writing code, add an enforcement rule to your editor:
Add an enforcement rule — a small config file that tells the agent to call get-started and search before every task. See examples per editor below.
Connect once, and every prompt is architecture-aware.
Click your editor below for copy-paste config.
Four tools that turn any MCP-compatible agent into a CleanSlice expert.
search when snippets aren't enough — returns the complete document with no truncation.Clone the repo to run your own instance or customize documentation.
# Clone and run locally git clone https://github.com/CleanSlice/mcp.git cd mcp npm install npm run dev # Or use Docker docker build -t cleanslice-mcp . docker run -p 8080:8080 cleanslice-mcp