Skip to main content

6 posts tagged with "tools"

View All Tags

OpenLens: The Kubernetes IDE That Changed My Life

· 2 min read
Max Kaido
Architect

As a DevOps engineer who spends countless hours wrestling with Kubernetes clusters, I've tried every tool under the sun. But nothing quite compares to OpenLens - the open-source Kubernetes IDE that transformed how I interact with clusters. Let me take you on a journey through my experience.

The "Aha!" Moment

Remember the first time you used a proper IDE after coding in Notepad? That's exactly how it feels switching to OpenLens from kubectl commands. No more juggling between terminal windows or struggling with YAML indentation. Just pure, visual Kubernetes management.

Running Non-Docker MCP Servers in Cursor - A Simple Workaround

· 2 min read
Max Kaido
Architect

Are you struggling to add MCP servers to Cursor that can only be run with npx? I recently faced this exact challenge and found a simple yet effective solution using mcp-proxy.

Note: This was my first topic submitted to the Cursor community discussion. While my post was temporarily placed on hold for review, I believe this solution will help many users facing similar challenges. Good karma coming for sure!

5 Powerful Enhancements to TaskWarrior MCP Server in Just 5 Minutes

· 3 min read
Max Kaido
Architect

In the world of productivity tools, TaskWarrior stands out as a powerful command-line task manager. When combined with the Model Context Protocol (MCP), it becomes even more powerful, allowing AI assistants to interact with your task list seamlessly. Today, we implemented five significant enhancements to our TaskWarrior MCP server in just five minutes, demonstrating the flexibility and extensibility of both TaskWarrior and MCP.