lava-mcp
This server provides an MCP interface to a LAVA (Linaro Automated Validation Architecture) instance, allowing AI agents to query the board farm, manage test jobs, and interact with hardware test infrastructure.
Observation & Discovery
whoami/version— Identify the authenticated user and LAVA server versionlist_devices/get_device— List or inspect devices with filters by type, health, or stateget_device_dictionary— Get a device's rendered Jinja2/YAML configurationget_qdl_info— Summarize QDL/flash capabilities (useful for Qualcomm boards)list_device_types/list_workers— List device types and dispatcher workers
Job Monitoring
list_jobs/get_job— List or inspect test jobs with filters (state, health, submitter, device type)get_job_definition— Retrieve the original YAML job definitionget_job_logs— Fetch job logs with optional line range filteringget_job_results— Get test-case pass/fail resultsget_queue/get_running/get_lab_health— View queue, running job counts, and overall lab health
Job Management (Write Operations)
validate_job— Validate a YAML job definition without submittingsubmit_job— Submit a job and receive new job ID(s)cancel_job/resubmit_job— Cancel or resubmit jobsset_job_priority— Adjust a job's queue priority (0–100)
Additional Features
Read-only mode: Disable write operations for safe observation (
--read-only)Credential flexibility: Supports per-request HTTP header auth (multi-user) or environment-based auth
Flexible transport: Runs over stdio or streamable HTTP, with optional HTTPS via Caddy
SSH gateway: In hosted mode, enables an SSH rendezvous for board sessions without inbound worker access
Interactive board sessions (hosted mode): Open sessions to boards, run commands (e.g., fastboot, adb), and close sessions
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lava-mcplist devices available in the board farm"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lava-mcp has moved
This repository has moved to https://github.com/lava-mcp/lava-mcp
Please update your remotes, bookmarks, and issue links:
git remote set-url origin git@github.com:lava-mcp/lava-mcp.gitAll history, issues, and ongoing development live at the new location.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceAn MCP server implementation that enables interaction with the Letta API for managing agents, memory blocks, and tools in the Letta system.3611377MIT
- FlicenseAqualityDmaintenanceAn MCP server that enables LLMs to interact with Agent-to-Agent (A2A) protocol compatible agents, allowing for sending messages, tracking tasks, and receiving streaming responses.528
- Alicense-qualityAmaintenanceAn MCP server that exposes Language Server Protocol features to external clients, allowing access to hover information, definitions, completions, references, and rename functionalities.2039MIT
- AlicenseAqualityFmaintenanceAn MCP server that acts as a proxy to connect MCP clients to agent frameworks like Mastra and LangGraph, enabling agent discovery, dynamic server connections, and recursive agent networks.51510MIT
Related MCP Connectors
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
MCP server for Appcircle mobile CI/CD platform.
An MCP server giving access to Grafana dashboards, data and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattface/lava-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server