Swift 6.2 MCP server for technical conference navigation with natural language queries
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"tech-conf": {
"env": {
"PATH": "$HOME/.swiftpm/bin:/usr/local/bin:/usr/bin:/bin"
},
"args": [
"--log-level",
"info"
],
"command": "tech-conf-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server built specifically for ServerSide.swift 2025 London (October 2-3, 2025). Navigate the conference with AI-powered queries about sessions, speakers, and schedules through Claude Desktop.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
A Model Context Protocol server for searching and analyzing arXiv papers
MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
A MCP server that integrates the Semantic Scholar API and the arXiv API so AI assistants (e.g. Claude Code, Cursor) can search and fetch academic paper metadata.
MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
MCP Security Weekly
Get CVE alerts and security updates for Tech Conf Agent and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server built specifically for ServerSide.swift 2025 London (October 2-3, 2025). Navigate the conference with AI-powered queries about sessions, speakers, and schedules through Claude Desktop.
Built with Swift 6.2 and actor-based concurrency, this MCP server provides comprehensive access to the ServerSide.swift conference data including 27+ speakers, session schedules, and venue information.
This MCP server is tailored specifically for ServerSide.swift 2025 London, featuring:
While this MCP server is specifically built for ServerSide.swift 2025, the architecture could be adapted for other technical conferences. The database schema and MCP tools are general enough to support any conference with sessions, speakers, and schedules. You would need to:
Resources/Conferences/ with your conference dataThe Swift 6.2 codebase, actor-based concurrency, and MCP protocol implementation are conference-agnostic.
The tech-conf-mcp executable provides three modes of operation:
Run as a Model Context Protocol server for Claude Desktop:
tech-conf-mcp # Start MCP server
tech-conf-mcp server --log-level debug
Manage Claude Code agent definitions with intelligent diff checking:
tech-conf-mcp agent list # List available agents
tech-conf-mcp agent install wispr-flow-specialist
tech-conf-mcp agent diff <name> # Show changes before updating
tech-conf-mcp agent install --diff # Preview all changes
Features:
Automate MCP server installation and configuration:
tech-conf-mcp mcp list # List available MCP servers
tech-conf-mcp mcp scan # Scan agents for dependencies
tech-conf-mcp mcp install tech-conf ghost github
Features:
list_sessions - Browse all conference sessions with optional filteringsearch_sessions - Find sessions using natural language queriesget_speaker - Retrieve detailed speaker information and their sessionsget_schedule - Query schedule for specific days or time rangesfind_room - Locate rooms and check their schedulesget_session_details - Get comprehensive details about a specific session"Show me all sessions on October 2nd"
"Who is Adam Fowler and what is he talking about?"
"Find all sessions about
... [View full README on GitHub](https://github.com/doozMen/tech-conf-agent#readme)