🧠 mcp.chroma
A Rust-based MCP server that provides a model‑context–protocol interface to ChromaDB, a vector database for embeddings. It enables collection and document…
Directory
A Rust-based MCP server that provides a model‑context–protocol interface to ChromaDB, a vector database for embeddings. It enables collection and document…
This project provides a Model Context Protocol (MCP) server for the Mifos X Ecosystem, enabling AI agents to access financial data and operations from the…
It demonstrates a Server-Sent Events (SSE) based MCP server and a standalone MCP client that uses tools from the server. This pattern enables decoupled…
This TypeScript-based server implements a simple notes system, allowing users to create and manage text notes and generate summaries, showcasing core MCP…
# Data Product MCP A Model Context Protocol (MCP) server for discovering data products and requesting access in [Data Mesh…
This MCP server integrates with Gmail to enable sending, removing, reading, drafting, and responding to emails. The MCP client prompts the user before…
# MCP MateusData Server A TypeScript server implementing a simple **Model Context Protocol (MCP)** — a true "Hello World" example to help you understand how an…
# AdWeave MCP Server The MCP server that powers the [AdWeave Claude Code plugin](https://github.com/adweave-ai/adweave-claude-plugin). Covers Meta Ads campaign…
# Riksdagen MCP Server This project implements a Model Context Protocol (MCP) server that allows Claude to search the Swedish Parliament (Riksdagen) document…
Model Context Protocol Daemon - a tool for installing, running and managing MCP servers
To resolve the SSE MCP SDK server's lack of multiple connection support.
MCP Client as an Agent Strategy Plugin. Support GUI operation via UI-TARS-SDK.
# A1D MCP Server - Universal AI Tools A powerful MCP (Model Context Protocol) server that provides AI image and video processing tools for any MCP-compatible…
# Phone-a-Friend MCP Server 🧠📞 An AI-to-AI consultation system that enables one AI to "phone a friend" (another AI) for critical thinking, long context…
# Documentation Hub MCP Server A Model Context Protocol (MCP) server for intelligent documentation retrieval across multiple technical domains. ## Overview…
# SvelteKit & Vercel MCP Starter Welcome to this example project demonstrating how to set up and deploy a Model Context Protocol (MCP) server and client using…
# Swagger MCP 服务器 [](https://smithery.ai/server/@tuskermanshu/swagger-mcp-server)…
# HubSpot MCP Server A Model Context Protocol (MCP) server implementation for HubSpot, providing a standardized interface for interacting with HubSpot's API…
Serverless implementation of the Model Context Protocol (MCP)
This is a Model Context Protocol (MCP) server built with TypeScript. It provides a versatile tool to fetch and parse any standard RSS/Atom feed, and also…
# IntraIntel.ai - Multi-LLM Agent Coding Challenge This project implements a Multi-LLM Agent system in Python designed to answer medical questions. It…
A MCP server for calling MCP tools remotely without requiring installation.
```python from mcp.server.fastmcp import FastMCP mcp = FastMCP("DemoServer") @mcp.tool() def say_hello(name: str) -> str: """Say hello to someone Args: name…
An MCP (Model Context Protocol) server that provides intelligent context management for AI development sessions. It tracks token usage, monitors conversation…