Model Context Protocol

MCP Server Suite

12 specialized MCP servers providing AI agents with structured access to research databases, infrastructure tools, and workspace integrations.

MCP Servers

Each server exposes domain-specific tools and resources via the Model Context Protocol.

🌐

Infrastructure MCP

Docker management, system monitoring, and infrastructure automation. Query container status, manage networks, inspect services, and execute operational tasks.

infra-mcp.home
📓

NotebookLM MCP

Interface to Google NotebookLM for AI-powered document analysis, source management, and audio overview generation. Manages notebooks and their sources programmatically.

notebooklm-mcp
📚

Sci-Papers MCP

Search, retrieve, and analyze scientific papers from arXiv, Semantic Scholar, and other academic databases. Supports citation graphs and full-text extraction.

sci-papers-mcp
📧

GWS (Google Workspace)

Google Workspace integration for Gmail, Drive, Calendar, and Docs. Read emails, manage files, create events, and search across workspace content.

gws-mcp
📈

Grafana MCP

Query Grafana dashboards, data sources, and alerts. Retrieve metrics, create annotations, and interact with monitoring data through structured tools.

grafana.home
🤗

HuggingFace MCP

Browse and search HuggingFace models, datasets, and spaces. Download model cards, check benchmarks, and discover AI/ML resources.

huggingface-mcp
🧬

PubMed MCP

Search PubMed and PMC for biomedical literature. Retrieve abstracts, full-text articles, citation data, and MeSH term metadata.

pubmed-mcp
🗺

Mermaid MCP

Generate Mermaid diagrams programmatically. Create flowcharts, sequence diagrams, Gantt charts, entity-relationship diagrams, and architecture views.

mermaid-mcp
🗃

MySQL MCP

Direct database access for MariaDB/MySQL. Execute queries, inspect schemas, manage tables, and perform database administration through MCP tools.

mysql-mcp
🎙

Transcript Correction

AI-powered transcript correction and cleanup. Fix speech recognition errors, normalize formatting, and improve readability of automated transcriptions.

transcript-correction-mcp
🏠

Home Assistant MCP

Smart home integration via Home Assistant. Control devices, query entity states, trigger automations, and access sensor data through MCP tools.

ha-mcp
🧪

LibroSynth MCP

Interface to the LibroSynth AI research platform. Trigger cross-domain synthesis, causal analysis, and knowledge fusion workflows via the orchestrator API.

librosynth-mcp

MCP Proxy Gateway

All MCP servers are aggregated behind a unified proxy at mcp.home. The proxy handles routing, authentication (via X-API-Key header), and health monitoring for all backends. Three backend groups: docker, ollama, and database.

About MCP

The Model Context Protocol standardizes how AI agents interact with external tools and data.

Tools

Functions that agents can invoke — search, query, create, update. Each server exposes domain-specific tool definitions.

Resources

Structured data that agents can read — documents, schemas, configs. Exposed as URI-addressable content.

Prompts

Pre-built prompt templates for common workflows. Agents select and parameterize prompts for specialized tasks.

Transport

Stdio, SSE, or Streamable HTTP. The n8n MCP server uses Streamable HTTP via supergateway for Claude Code integration.