skillhub
Verified Safeby BjornMelin
Overview
Skillhub acts as a local tool runner, reducing LLM context by executing heavy integrations (MCP & direct APIs) via scripts and condensing outputs.
Installation
python skillhub.py mcp verify --server supabaseEnvironment Variables
- EXA_API_KEY
- FIRECRAWL_API_KEY
- VERCEL_TOKEN
- SUPABASE_ACCESS_TOKEN
- SUPABASE_PROJECT_REF
- CONTEXT7_API_KEY
- NEXT_DEV_PORT
Security Notes
The project demonstrates strong security posture with explicit confirmation gates for mutating/high-impact operations (e.g., Firecrawl crawls, Exa research tasks), strict token budgeting to prevent context bloat and prompt injection from raw outputs, and careful environment variable handling. Subprocess calls explicitly use `shell=False`. No hardcoded secrets were found; all API keys are sourced from environment variables. The design actively mitigates risks inherent to LLM-bridged API calls by filtering and condensing outputs.
Similar Servers
fastapi_mcp
Automatically converts FastAPI endpoints into Model Context Protocol (MCP) tools for seamless integration with LLM agents.
klavis
Creates a universal MCP server that aggregates and manages multiple individual MCP server integrations, allowing AI agents to access a wide range of tools through a single interface for various tasks like email summarization and YouTube video analysis.
AI-Gateway
Provides a playground and lab environment to experiment with the Model Context Protocol (MCP) using Azure API Management to enable plug-and-play AI tools for Large Language Models (LLMs).
mcpstore
MCPStore acts as an orchestration layer for managing Microservice Context Protocol (MCP) services and adapting them as tools for AI frameworks like LangChain, AutoGen, and others.