Multi-provider image generation MCP server that enables image generation from Claude Desktop, Claude Code, or any MCP client using OpenAI, Google Gemini, Stable Diffusion, or a placeholder provider.
A multi-agent Retrieval-Augmented Generation system exposed as an MCP server. Ask a question and a LangGraph pipeline plans the retrieval, pulls evidence from a pgvector knowledge base, optionally augments it with live web research, drafts a cited answer, and then self-critiques it for grounding — revising until the answer is supported by the sources.
Enables ingestion and semantic search over text documents using PostgreSQL + pgvector and OpenAI-compatible embeddings, allowing any LLM agent to retrieve relevant chunks for grounded answers.
A local MCP server that enables LLMs to securely search and read files within designated Google Drive folders. Supports Google Docs, Google Sheets, PDFs, and plain text with strict folder-scoping via service account authentication.
Enables natural-language and keyword search across Obsidian notes, returning reranked passages with provenance, and supports reading notes and incremental indexing.
Enables asking natural language questions about local videos, using Whisper transcription, ChromaDB vector storage, and Groq for timestamped answers via MCP.
A hosted multimodal RAG MCP server that enables natural language queries over text and visual content (PDFs, images, etc.) with verifiable citations, easily run via npx with a Calypso API key.
Provides tools for file system operations and text generation using OpenAI-compatible models via the Model Context Protocol, supporting both stdio and HTTP transports.
This MCP server provides comprehensive Google Workspace integration (Gmail, Drive, etc.) with multi-user OAuth.
Unique features include RAG-powered natural language to Chat card rendering, runtime Jinja2 macro creation, and dynamic tool management.
Enables users to chat with their Zotero research library through AI assistants like Claude and ChatGPT, with support for semantic search, metadata retrieval, annotations, write operations, and citation intelligence.
Enables generating Python code for Meritz Securities Open API calls, including API search, detail retrieval, and code generation, without requiring an app key.
Enables AI agents to securely access and search enterprise WeChat (WeCom) chat records with full decryption and auditing, supporting message retrieval, decryption, local storage, and querying via MCP tools.
A Python MCP server that lets MCP hosts call OpenRouter models for chat, image generation, embeddings, and model search via FastMCP with .env support and retry handling.