16 skills found
openclaw / mcporterCall MCPs via TypeScript, masquerading as simple TypeScript API. Or package them as cli.
samanhappy / mcphubA unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate endpoints with flexible routing strategies.
universal-tool-calling-protocol / code-mode🔌 Plug-and-play library to enable agents to call MCP and UTCP tools via code execution.
SecretiveShell / MCP-BridgeA middleware to provide an openAI compatible endpoint that can call MCP tools
kerlenton / mcpsnoopWireshark for MCP. A transparent proxy that shows every real tool call between your AI client and your MCP servers, live in your terminal.
ozgurcd / gographLocal-only Go static analysis engine with a built-in MCP server. Gives AI coding agents deterministic structural awareness: call graphs, impact analysis, symbol search, and more.
nikolai-vysotskyi / trace-mcpMCP server for Claude Code and Codex. One tool call replaces ~42 minutes of agent exploration
hesreallyhim / diy-tools-mcpAn MCP server that allows users to dynamically add custom tools/functions at runtime
MarcelRoozekrans / roslyn-codelens-mcpRoslyn-based MCP server giving AI agents deep semantic understanding of .NET/C# codebases — 67 tools for navigation, call graphs, diagnostics & code fixes, safe refactoring, code-quality auditing, test intelligence, DI graphs, and IL/external-assembly inspection.
cedricvidal / memorious-mcpSemantic Memory for MCP. 100% Local & Private. Store, recall, and forget with vector search via ChromaDB
gethelio / helioGovernance proxy for MCP - enforce policies, cap cumulative cross-tool spend, route approvals, check evidence, and audit every AI agent tool call. No changes to agent code or MCP servers.
MercurieVV / ScalaSemanticMCP server for deep semantic analysis of Scala via SemanticDB — exact find-usages, class hierarchies, implicit resolution & call paths for AI coding agents like Claude Code. Beyond grep and standard LSP.
brettmartin97 / codegraphMCP server for call-graph analysis, blast-radius impact, and code intelligence for AI coding assistants
borisdan / mcp-audit-extensionAudit and log all GitHub Copilot MCP tool calls in VSCode with ease.
pavelpiha / specrunMCP server that turns OpenAPI specs into tools and calls API
skand-io / codebase-locatorLocates files, directories, and components relevant to a feature or task. Call `codebase-locator` with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.