A Model Context Protocol (MCP) server offering professional tools and templates for hierarchical prompting, code hygiene, visualization, memory optimization, and agile planning.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-ai-agent-guideli": {
"command": "npx",
"args": [
"-y",
"Anselmoo/mcp-ai-agent-guidelines"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-ai-agent-guideli npx -y Anselmoo/mcp-ai-agent-guidelines
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-ai-agent-guideli": {
"command": "npx",
"args": [
"-y",
"Anselmoo/mcp-ai-agent-guidelines"
]
}
}
}
📋 Copy
Topics
ai-agent code-quality hierachical hierarchical-prompting mcp mcp-server mermaid nodejs npm prompting typescript