Back to Apps

Markdown Rules MCP
by valstro
Portable alternative to Cursor Rules. Use standard Markdown files to provide project context across any MCP client.
0 stars
Works in:CursorWindsurf
Exposes:ToolsResources
What it does\nTransforms project documentation into intelligent AI context. Instead of using IDE-specific rules, it uses standard Markdown files with YAML frontmatter to tell AI agents which files to include, when to include them, and how to link related docs.\n\n## Tools\n- get_relevant_docs: Fetches relevant documentation based on the user's query and project rules.\n- list_indexed_docs: Lists and previews all indexed documentation for debugging.\n- reindex_docs: Forces a re-index of the documentation files.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "markdown-rules-mcp": {\n "command": "npx",\n "args": ["-y", "@valstro/markdown-rules-mcp@latest"],\n "env": {\n "PROJECT_ROOT": "/absolute/path/to/project/root",\n "MARKDOWN_INCLUDE": "./docs/**/*.md",\n "HOIST_CONTEXT": true\n }\n }\n }\n}\n\n\n## Supported hosts\nCursor, Claude Desktop, Windsurf
Quick install
npx -y @valstro/markdown-rules-mcp@latestInformation
- Pricing
- free
- Published
- 8/5/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Install via Smithery or manual npx config in mcp.json.Claude Desktop
{
"mcpServers": {
"markdown-rules-mcp": {
"command": "npx",
"args": ["-y", "@valstro/markdown-rules-mcp@latest"],
"env": {
"PROJECT_ROOT": "/absolute/path/to/project/root",
"MARKDOWN_INCLUDE": "./docs/**/*.md",
"HOIST_CONTEXT": true
}
}
}
}





