A comprehensive CLI platform for AI-first software engineering, providing repository-aware context generation, AI layer auditing, and MCP server management.
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": {
"ai_layer": {
"command": "npx",
"args": [
"-y",
"agamserviceaccount/ai_layer"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ai_layer npx -y agamserviceaccount/ai_layer
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai_layer": {
"command": "npx",
"args": [
"-y",
"agamserviceaccount/ai_layer"
]
}
}
}
📋 Copy