pipelines-mcp
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., "@pipelines-mcpshow me the latest pipeline jobs"
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.
pipelines-mcp
Read-only MCP server for pipeline jobs, pods, configs, and logs.
It talks to the dev EKS cluster (pipelines-prd namespace) and the log store. AWS profile is reveliolabs in us-east-2.
Tools
Tool | What it does |
| List jobs, newest first. Filter by status, request id, limit. |
| One job by request id, step index, replica. |
| Pods for that job. Empty if they are already gone. |
| Full job YAML. Secrets stripped. |
| One pod by name. |
| Full pod YAML. Secrets stripped. |
| Worker logs for a request. Last 100 lines plus a cursor. |
| Service logs. Same cursor rules. |
Job names look like pipelines-{request_id}-{step_index}-{replica}.
Related MCP server: Kubernetes Read Only MCP Server
Run
Needs Python 3.13, uv, and AWS SSO for the reveliolabs profile.
uv sync
uv run pipelines-mcpThe process starts without talking to AWS. The first tool call logs you in if needed: it returns a URL. Open that URL, finish login, then retry the same request.
Use in OpenCode
Add this to ~/.config/opencode/opencode.json, or to an opencode.json in a project. Use the real absolute path to this repo.
{
"mcp": {
"pipelines": {
"type": "local",
"command": [
"uv",
"run",
"--directory",
"/absolute/path/to/pipelines-mcp",
"pipelines-mcp"
],
"enabled": true
}
}
}uv must be on PATH. Restart OpenCode after saving.
Then ask OpenCode to list jobs or read logs. If it returns an AWS login URL, open it in a browser, finish login, and ask again.
Dev
uv sync --group dev
uv run pytest
uv run ruff check src tests
uv run basedpyrightMaintenance
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
- FlicenseBqualityDmaintenanceA read-only Kubernetes MCP server that enables developers to inspect app status, view pod events, and fetch container logs from dev clusters without requiring full kubectl access.24
- AlicenseAqualityCmaintenanceEnables safe, read-only interaction with Kubernetes clusters, allowing users to list resources and fetch logs without any create/update/delete operations.116Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables read-only integration with GitHub, Jenkins, and Artifactory for DevOps monitoring, analysis, and troubleshooting. Provides repository inspection, build log retrieval, and artifact management through natural language.MIT
- FlicenseNot gradedqualityBmaintenanceEnables read-only Kubernetes incident investigation through MCP tools for listing pods, describing resources, fetching logs, and searching runbooks.1
Related MCP Connectors
Read-only access to Auralogs production logs: search logs, inspect errors, review AI analyses.
Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.
Read-only CVE intelligence, remediation playbooks, and agent setup guides. Not a scanner.
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/maxim-at-reveliolabs/pipelines-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server