@agentlens/cli
v0.7.0
Published
Prepare codebases for AI agents by generating hierarchical documentation
Downloads
338
Maintainers
Readme
@agentlens/cli
CLI tool to prepare codebases for AI agents by generating hierarchical documentation.
Installation
# Using npx (no install required)
npx @agentlens/cli
# Or install globally
npm install -g @agentlens/cliUsage
# Generate docs for current directory
npx @agentlens/cli
# Start MCP server for AI tools
npx @agentlens/cli serve --mcpMCP Server
Use agentlens as an MCP server with Claude Desktop, Cursor, OpenCode, and other AI tools:
{
"mcpServers": {
"agentlens": {
"command": "npx",
"args": ["@agentlens/cli", "serve", "--mcp"]
}
}
}Documentation
License
MIT
