T
Taskfile MCP
by @flrichar
MCP server by flrichar
Created 4/1/2026
Updated about 19 hours ago
README
Repository documentation and setup instructions
Taskfile MCP Kubernetes Deployment
-
Uses mcp-taskfile-server to convert
ConfigMaptaskfile entries into functions called as llm tools. -
mcp-proxyprovides the transport, see below. -
Deployment includes environment variables to pass to Taskfile process, and flags for mcp-proxy customization.
-
Work in progress, under heavy testing, evalaution and development.
-
Integrates with Rancher 2.13 AI Assistant "Liz" as an MCP / AI Agent, bring your own MCP.
mcp-proxy
- See https://www.npmjs.com/package/mcp-proxy?activeTab=readme
- Deployment defined flags -
--server stream--stateless
Allows for altering the mcp-proxy args in the deployment, not the container image.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/flrichar/taskfile-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"flrichar-taskfile-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/flrichar/taskfile-mcp"
]
}
}
}