Go AI Agent Skills
AI agent skills for Go development. Concurrency patterns, module management, and idiomatic Go workflows.
41 listings
mcp-stockfish π
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
Kanboard 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 -
MCP Prompt Engine
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
mcp-shell π
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
CentralMind Gateway
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
aimemo
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
Quip 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
Productplan Customer Facing
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.
MCP Tic-Tac-Toe
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
MCP Log Proxy
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
RAE Model Context Protocol (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 -
GLEIF 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,
HTMX Go Fiber
// HTMX with Go and Fiber .cursorrules
MCP Wrapper for Echo Framework
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
MCP K8s Go
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
mcp-gopls β MCP server for Go (gopls)
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
Go Servemux REST API
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.