Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"aiready-ast-mcp-server": {
"command": "npx",
"args": [
"-y",
"@aiready/ast-mcp-server"
]
}
}
}
Or smoke-test directly:
npx -y @aiready/ast-mcp-server
Details
| Website | https://www.npmjs.com/package/@aiready/ast-mcp-server |
|---|---|
| GitHub | https://github.com/getaiready/aiready-ast-mcp-server.git |
| License | unknown |
| Pricing | free |
| Tags | aiready mcp model-context-protocol ast typescript javascript codebase-exploration codebase-navigation |
| Sources | npm |
| Discovered | 2026-05-25 |