Tag: mcp

Type: All Skills Tools
tool ★ 2

GitHub Actions Management via MCP

Manage GitHub Actions workflows, runs, and CI/CD pipelines via the Model Context Protocol. It provides capabilities to inspect logs, re-run failed jobs, and trigger workflow dispatches.

ofershap/mcp-server-github-actions github-actions mcp ci-cd automation
skill ★ 2

Markdown sharing and collaboration with mdshare

This skill enables collaborative markdown sharing via mdshare.live, allowing users to upload, edit, and comment on documents using MCP tools. It supports granular permissions, version history, and link-based access without requiring authent…

urbanmorph/mdshare markdown mcp collaboration document-management
tool

Docker Container and Image Management

An MCP server for managing Docker containers, images, and services. It enables inspecting logs, executing commands within containers, and monitoring resource usage.

ofershap/mcp-server-docker docker mcp container-management devops
skill

mcp-use MCP Server Development Guide

A comprehensive guide for developing production-ready MCP servers using the mcp-use framework. It covers project scaffolding, authentication integration, backend primitives, and building interactive React-based widgets.

pietrozullo/mcp-use mcp mcp-use server-development react
skill

mcp-use server development guide

A comprehensive guide for developing production-ready MCP servers using the mcp-use framework, covering scaffolding, authentication, and interactive widgets. It provides architectural patterns for implementing tools, resources, and prompts …

pietrozullo/mcp-use mcp mcp-use server-development authentication
skill ★ 18

Systematic Godot Engine Debugging

Provides structured decision trees to diagnose and resolve common Godot engine issues across physics, signals, rendering, navigation, and input. The skill utilises specific engine inspection actions to identify root causes within scene tree…

n24q02m/better-godot-mcp godot debugging game-development decision-trees
tool ★ 1

DNS and WHOIS Lookup Service

An MCP server providing capabilities for querying DNS records, performing reverse DNS lookups, and retrieving WHOIS data. It enables efficient domain investigation and email delivery debugging without requiring authentication.

ofershap/mcp-server-dns dns-lookup mcp whois network-tools
tool ★ 1

Developer Utilities MCP Server

Provides seventeen Model Context Protocol tools for common development tasks such as encoding, hashing, JWT decoding, and cron expression manipulation.

ofershap/mcp-server-devutils mcp developer-utilities encoding hashing
tool ★ 9

Decentralized AI Agent Marketplace

A decentralized marketplace for discovering, hiring, and paying AI agents using Nostr for identity and Solana for on-chain settlement. It enables developers to search for specialist agents by capability and automate job execution and paymen…

elisymlabs/elisym decentralized-marketplace ai-agents solana nostr
skill ★ 88

Langfuse LLM Observability Debugging Skill

This skill enables agents to debug LLM applications using Langfuse observability. It provides structured playbooks for investigating traces, exceptions, and latency, alongside managing prompts and datasets.

avivsinai/langfuse-mcp langfuse llm-observability debugging mcp
tool ★ 1,806

ToolHive CLI for MCP Management

A command-line interface for managing the lifecycle of Model Context Protocol (MCP) servers and skills. It supports container-based execution, secrets management, and network isolation for secure server deployment.

Stacklok/toolhive mcp cli server-management containerization
skill ★ 1,806

Deploying VirtualMCPServer Configurations Locally

This skill enables the deployment and manual verification of VirtualMCPServer configurations within a local Kind cluster. It provides instructions for setting up the environment, applying Kubernetes manifests, and testing MCP protocol endpo…

Stacklok/toolhive kubernetes kind mcp local-testing
skill ★ 75

Automated pre-commit security and quality validation

Perform automated security scans, quality gate validations, and antipattern detection before committing or opening pull requests. It also enables symbol-level diffing and bug prediction for high-risk code changes.

nikolai-vysotskyi/trace-mcp pre-commit security-scanning code-quality static-analysis
tool ★ 75

Bulk code refactoring with apply_codemod

Perform efficient, regex-based bulk modifications across multiple files to replace repetitive manual edits. The tool supports dry runs, multiline patterns, and content filtering for precise refactoring of function signatures, imports, or de…

nikolai-vysotskyi/trace-mcp codemod refactoring regex automation
skill ★ 7

Tomba Contact Discovery and Enrichment

Automate contact discovery, email verification, and lead enrichment using the Tomba MCP server. It facilitates deep company research, including technology stack inspection and competitor analysis.

tomba-io/tomba-mcp-server contact-discovery email-verification lead-enrichment company-research
tool ★ 2,786

Generate Unity Skills from Existing Tools

Automates the generation of all skills from existing tools within a Unity project, with an optional parameter to specify the target skills folder path.

IvanMurzak/Unity-MCP unity mcp skill-generation automation
tool ★ 2,786

Create New Unity MCP Skills

Generates new C# skill files within a Unity project by writing provided code to a specified path. The newly created files are automatically compiled by Unity for immediate use within the MCP ecosystem.

IvanMurzak/Unity-MCP unity csharp mcp automation
tool ★ 2,786

Unity MCP Project Initial Setup

A command-line interface for installing the Unity-MCP plugin, configuring MCP tools, and generating AI skills for agents such as Claude Code or Cursor.

IvanMurzak/Unity-MCP unity mcp cli game-development
tool ★ 2,786

Generate JSON Schema from C# Types

Generates a JSON Schema for a specified C# type name using reflection. It supports primitives, enums, generic collections, and complex objects present in loaded assemblies.

IvanMurzak/Unity-MCP csharp json-schema unity reflection
tool ★ 2,786

MCP Tool State Management

This tool enables or disables specific MCP tools by name, allowing for precise control over the available toolset for an AI agent. It optionally returns operation logs to verify the success of each state change.

IvanMurzak/Unity-MCP mcp unity tool-management agent-control
tool ★ 2,786

List Available MCP Tools

Retrieves a list of available MCP tools, supporting regex-based filtering and optional inclusion of tool descriptions and input schemas.

IvanMurzak/Unity-MCP mcp unity tool-discovery regex-filtering
tool ★ 2,786

Unity Test Execution and Monitoring Tool

Execute Unity tests in Edit or Play mode and retrieve detailed results, including summaries, test statuses, and captured logs. It supports granular filtering by assembly, namespace, class, and method.

IvanMurzak/Unity-MCP unity test-automation mcp game-development
tool ★ 2,786

Unity C# Script Creation and Update Tool

This tool enables the creation or modification of C# script files within a Unity project, automatically triggering an asset database refresh. It also provides detailed compilation error information if syntax errors are encountered.

IvanMurzak/Unity-MCP unity csharp scripting mcp
tool ★ 2,786

Read Unity Script File Content

Retrieves the content of a Unity script file, allowing for specific line ranges to be specified. The result is returned as a string.

IvanMurzak/Unity-MCP unity mcp file-reading script-access