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
infobip-openapi-mcp
Exposes any OpenAPI documented HTTP API as a Model Context Protocol (MCP) server for AI agents, with support for mock mode and authentication.
spring-boot-ai
A Spring Boot application implementing a Model Context Protocol (MCP) server that provides a remote 'Booking Tool' 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.
polybrain-mcp
Connects AI agents to multiple LLM models, providing conversation history management and model switching capabilities.