mdskills
← All tags

Go AI Agent Skills

AI agent skills for Go development. Concurrency patterns, module management, and idiomatic Go workflows.

41 listings

mcp-stockfish 🐟

MCP Server

A Model Context Protocol server that lets your AI talk to Stockfish. Because apparently we needed to make chess engines even more accessible to our silicon overlords. This creates a bridge between AI systems and the Stockfish chess engine via the MCP protocol. It handles multiple concurrent sessions because your AI probably wants to analyze seventeen positions simultaneously while you're still fig

7.0357by sonirico

Kanboard MCP Server

MCP Server

A powerful Go-based MCP server that enables seamless integration between AI assistants (like Claude Desktop, Cursor) and Kanboard project management system. Manage your Kanboard projects, tasks, users, and workflows directly through natural language commands. ⚠️ Warning: To avoid issues like these: We recommend using mcpproxy as a proxy solution. - ✨ Features - 🚀 Quick Start - ⚙️ Configuration -

8.0419by bivex

MCP Prompt Engine

MCP Server

A Model Control Protocol (MCP) server for managing and serving dynamic prompt templates using elegant and powerful text template engine. Create reusable, logic-driven prompts with variables, partials, and conditionals that can be served to any compatible MCP client like Claude Code, Claude Desktop, Gemini CLI, VSCode with Copilot, etc. - MCP Compatible: Works out-of-the-box with any MCP client tha

8.0416by vasayxtx

mcp-shell 🐚

MCP Server

A robust Model Context Protocol (MCP) server that provides secure shell command execution capabilities to AI assistants and other MCP clients. In other words: the brain thinks, this runs the commands. This tool creates a bridge between AI systems and your shell environment through the standardized MCP protocol. It exposes the system shell as a structured tool, enabling autonomous workflows, tool-a

8.0457by sonirico

CentralMind Gateway

Skill

           CentralMind Gateway: Create API or MCP Server in Minutes 🚀 Interactive Demo avialable here: https://centralmind.ai Simple way to expose your database to AI-Agent via MCP or OpenAPI 3.1 protocols. This will run for you an API: Which you can use inside your AI Agent: Gateway will generate AI optimized API. AI agents and LLM-powered applications need fas

8.0916by centralmind

aimemo

Skill

English | 中文 Zero-dependency MCP memory server for AI agents — persistent, searchable, local-first, single binary. - No infra to babysit. Single Go binary. No Docker, no Node.js runtime, no cloud account, no API keys. brew install in 30 seconds. - Memory stays with the project. Stored in .aimemo/ next to your code — commit it to git or add it to .gitignore. Switch branches; memory follows the dire

7.0350by MyAgentHubs

Quip MCP Server

MCP Server

A Model Context Protocol (MCP) server providing AI assistants with comprehensive Quip document access and management. - Full Document Lifecycle: Create, read, edit, delete Quip documents - Smart Search: Find documents with comprehensive search capabilities - Recent Documents: Access your recently viewed/edited documents - User Management: Get user information and details - Comments: Retrieve and m

8.0401by bug-breeder

Productplan Customer Facing

MCP Server

Generates customer-ready roadmap views and launch timelines from ProductPlan for Sales and Customer Success teams. Use when preparing for customer calls, sharing product direction, or answering "when will feature X ship?" questions.

8.0401by olgasafonova

MCP Tic-Tac-Toe

MCP Server

A Model Context Protocol (MCP) server that enables AI assistants to play tic-tac-toe through standardized tool interfaces. Perfect for demonstrating AI-human collaboration and MCP integration. This project implements a complete tic-tac-toe game as an MCP server, allowing AI assistants like Claude to: - Create and manage multiple game sessions - Make strategic moves and analyze positions - Provide

8.0402by tomholford

MCP Log Proxy

MCP Server

mcp-log-proxy can be used to see the messages to and from a MCP client and a MCP server using a Web interface. Currently, it only supports the STDIO interface. All running mcp-log-proxy processes will register themselves in .mcp-log-proxy-instances.json located in your home directory. On the web page, you can use the selector to switch to another proxy instance. mcp-log-proxy requires one argument

8.0428by emicklei

RAE Model Context Protocol (MCP) Server

MCP Server

This repository contains an implementation of a Model Context Protocol (MCP) server for the Royal Spanish Academy (RAE) API. It allows language models to interact with RAE's dictionary and linguistic resources. Run the server with stdio transport (for integration with LLMs): Or run it as an SSE server: The MCP server exposes the following tools to LLMs: 1. search - Search RAE API for information -

7.0354by rae-api-com

GLEIF MCP Server

MCP Server

Verify any company's legal identity in one question. Look up LEI codes, validate counterparties, and trace corporate ownership structures using the official GLEIF database. Covers 2.8M+ entities across 200+ jurisdictions. 29 tools for LEI lookup, entity search, BIC/SWIFT cross-referencing, corporate ownership, and batch validation. Works with Claude Desktop, Claude Code, Cursor, VS Code, Windsurf,

8.0401by olgasafonova

HTMX Go Fiber

Rules

// HTMX with Go and Fiber .cursorrules

5.041kby PatrickJS

MCP Wrapper for Echo Framework

MCP Server

Wrap any existing Echo API into MCP tools, enabling AI agents to interact with your API through Model Context Protocol. Inspired by gin-mcp but for the Echo framework. - Zero Configuration: Works with any existing Echo API - Multiple Schema Sources: Support for Swaggo, raw OpenAPI YAML/JSON, and manual schemas - Filtering: Include/exclude endpoints with wildcard patterns - MCP Compatible: Works wi

7.0355by BrunoKrugel

MCP K8s Go

MCP Server

Golang-based MCP server connecting to Kubernetes Features ⚙ Browse With Inspector ⚙ Use With Claude ⚙ Contributing ↗ ⚙ About MCP ↗ MCP 💬 prompt 🗂️ resource 🤖 tool - 🗂️🤖 List Kubernetes contexts - 💬🤖 List Kubernetes namespaces - 🤖 List, get, create and modify any Kubernetes resources - includes custom mappings for resources like pods, services, deployments - 🤖 List Kubernetes nodes - 💬 Li

8.0774by strowk

mcp-gopls – MCP server for Go (gopls)

MCP Server

A Model Context Protocol (MCP) server that lets AI assistants use Go’s LSP (gopls) for navigation, diagnostics, testing, coverage, and more. This MCP server helps AI assistants to: - Use LSP to analyze Go workspaces - Navigate to definitions, references, and workspace symbols - Format, rename, and inspect code actions without leaving MCP - Run Go tests, coverage, go mod tidy, govulncheck, and modu

8.0466by hloiseaufcms

Go Servemux REST API

Rules

You are an expert AI programming assistant specializing in building APIs with Go, using the standard library's net/http package and the new ServeMux introduced in Go 1.

7.041kby PatrickJS