pixi-task
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., "@pixi-taskRun the quality task"
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.
pixi-task
A secure MCP server providing controlled access to pixi tasks and commands, eliminating agent bash circumvention.
Overview
Exposes 11 pixi tools through 4 lean meta-tools (discover_tools, get_tool_spec, execute_tool, server_info) for ~95% context savings compared to a traditional MCP server that advertises every tool individually.
Two transports are supported:
stdio — exposes the full registry (11 tools).
HTTP — gates the surface to
core+extendedcomplexity (7 tools); use this for daemonised deployments. Default port:4101.
Both transports surface a server_info meta-tool for self-identification (name, version, transport label, live tool counts, source URLs).
Related MCP server: MCP of MCPs
Development
pixi install -e quality
pixi run test
pixi run lint
pixi run format
pixi run typecheckThe HTTP server can be run directly:
pixi run http-server --port 4101For background operation, the repo ships a systemd user unit at ~/.config/systemd/user/pixi-task.service.
Available Tasks
The canonical task list lives in [tool.pixi.tasks] in pyproject.toml. Key tasks:
Task | Purpose |
| pytest suite (timeout 30s) |
| pytest with coverage |
| ruff lint (F + E9 rules) |
| full ruff lint |
| ruff format |
| mypy on |
| combined lint + format-check + typecheck |
| start the HTTP MCP transport |
| start the stdio MCP transport |
Run pixi task list to see every task.
License
MIT — see LICENSE.
This server cannot be installed
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 Connectors
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Security & DLP proxy for MCP: tool-poisoning scans, PII redaction on tool args/results. Beta.
MCP Server for an Agent Task Marketplace
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceA lightweight and fast MCP server that enables AI agents to efficiently discover and execute tools through progressive disclosure, minimizing context consumption while supporting safe code execution in external environments.12
- AlicenseNot gradedqualityDmaintenanceA meta-server that aggregates multiple MCP servers into a single interface, reducing token usage by 98%+ through progressive tool discovery and direct code execution that processes data between tools without consuming context window space.1610Apache 2.0
- AlicenseNot gradedqualityCmaintenanceAn MCP server that sits between coding agents and local tools, using a tiny on-device model to route tool calls and requiring confirmations for destructive actions, while only exposing four tools to the host.MIT
- AlicenseAqualityCmaintenanceAn MCP server that exposes 43 domain tools behind 4 meta-tools, applying guardrails such as budgets, rate limits, schema validation, human-in-the-loop confirmation for mutations, PII redaction, and an append-only audit log while reducing context window usage.4MIT
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/Claire-s-Monster/pixi-task'
If you have feedback or need assistance with the MCP directory API, please join our Discord server