Tag: mcp
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.
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…
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.
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.
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 …
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…
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.
Developer Utilities MCP Server
Provides seventeen Model Context Protocol tools for common development tasks such as encoding, hashing, JWT decoding, and cron expression manipulation.
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…
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.
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.
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…
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.
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…
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.
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.
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.
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.
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.
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.
List Available MCP Tools
Retrieves a list of available MCP tools, supporting regex-based filtering and optional inclusion of tool descriptions and input schemas.
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.
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.
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.