qconmcp
Verified Safeby punnyhuimin
Overview
This server provides an MCP-enabled tool to query information about attendees for specific workshops at QCon 2025.
Installation
java -jar target/qconmcp-0.0.1-SNAPSHOT.jarSecurity Notes
The provided code snippet is minimal and does not contain any obvious security vulnerabilities like dynamic code execution, hardcoded secrets, or direct network risks. The tool merely returns a static list of strings.
Similar Servers
quarkus-mcp-server
A secure Model Context Protocol (MCP) server that provides tools, prompts, and resources through SSE/HTTP and WebSocket, integrating with OIDC/OAuth2 providers for authentication.
modular-mcp
A proxy server that efficiently manages and loads large tool collections from multiple Model Context Protocol (MCP) servers on-demand for LLMs, reducing context overhead.
spring-boot-ai
Provides a remote booking tool via the Model Context Protocol (MCP) for an AI agent.
MCP-Client-Host-Java
An MCP (Model Context Protocol) client that acts as a server to the MCP host, managing connections to various external MCP servers (tools) and orchestrating tool discovery and execution for AI assistants.