MCP server for Ansible Automation Platform
Most monitoring and observability work still happens through a UI a human drives. Aap MCP MCP server moves it into the conversation instead. MCP server for Ansible Automation Platform.
A Model Context Protocol (MCP) server for Ansible Automation Platform (AAP) 2.4. Provides tools for managing jobs, templates, workflows, inventory, and infrastructure through Claude or other MCP clients.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The server publishes 14 tools. What each one is for:
get_system_info — Retrieve AAP system informationget_platform_metrics — Get platform capacity and job statisticslist_jobs — List automation jobs with filteringget_job — Get job detailsrun_job — Launch a job templateget_job_output — Retrieve job execution logslist_job_templates — List available job templateslist_workflow_templates — List workflow job templateslist_workflow_jobs — List workflow executionsget_workflow_job — Get workflow execution detailslist_hosts — List inventory hostslist_groups — List inventory groupsConfiguration is passed through the environment: AAP_BASE_URL, AAP_TOKEN, AAP_CONFIG_DIR. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the monitoring and observability options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Aap MCP's toolset — get_system_info, get_platform_metrics, list_jobs and 11 more — is a fair guide to whether it matches your workflow. It is maintained by jd1306; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Aap MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_system_info | Retrieve AAP system information |
| get_platform_metrics | Get platform capacity and job statistics |
| list_jobs | List automation jobs with filtering |
| get_job | Get job details |
| run_job | Launch a job template |
| get_job_output | Retrieve job execution logs |
| list_job_templates | List available job templates |
| list_workflow_templates | List workflow job templates |
| list_workflow_jobs | List workflow executions |
| get_workflow_job | Get workflow execution details |
| list_hosts | List inventory hosts |
| list_groups | List inventory groups |
| list_projects | List projects |
| get_project | Get project details |
| Variable | Description | Required |
|---|---|---|
| AAP_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| AAP_TOKEN | Credential the server authenticates with. | Yes |
| AAP_CONFIG_DIR | Filesystem location the server is allowed to use. | Optional |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.