MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server by flrichar

创建于 4/1/2026
更新于 about 3 hours ago
Repository documentation and setup instructions

Taskfile MCP Kubernetes Deployment

  • Uses mcp-taskfile-server to convert ConfigMap taskfile entries into functions called as llm tools.

  • mcp-proxy provides 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.


快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/flrichar/taskfile-mcp
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "flrichar-taskfile-mcp": { "command": "git", "args": [ "clone", "https://github.com/flrichar/taskfile-mcp" ] } } }