RagWiser
RagWiser is a Retrieval Augmented Generation (RAG) system built with Spring Boot that enables users to upload PDF documents, process them, and ask questions…
Directory
RagWiser is a Retrieval Augmented Generation (RAG) system built with Spring Boot that enables users to upload PDF documents, process them, and ask questions…
The Model Context Protocol (MCP) is a standardized way introduced by Anthropic for LLMs to interact with external tools, functions, and inject context. It…
An MCP server that leverages Gemini’s capabilities for context management and caching. It maximizes Gemini’s 2M token context window while providing tools for…
# Contextual MCP Server A Model Context Protocol (MCP) server that provides RAG (Retrieval-Augmented Generation) capabilities using Contextual AI. This server…
It is a tutorial repository that provides the complete code for building a Model Context Protocol (MCP) server with Google's Gemini 2.0 model. The server…
Model–Context–Protocol (MCP) Server A modular, extensible Rust-based server providing short-term, long-term, and latent memory services, a chat endpoint backed…
# Qwen MCP Server > Qwen AI Chat Guide for Qwen3.6-Plus, Flash, and 1M Context [](./LICENSE)…
# Standardizing LLM Interaction with MCP Servers Model Context Protocol, or MCP, is [an open protocol that standardizes how applications provide context to…
# MemOS: Memory Operating System for AI Agents MemOS is an open-source **Agent Memory framework** that empowers AI agents with **long-term memory, personality…
This repository demonstrates integration between an MCP (Model Context Protocol) server and Ollama. It is for developers interested in combining MCP server…
This project 🌐 is a robust implementation of the Model Context Protocol (MCP), designed to facilitate seamless integration and interaction with various…
A bridge server that connects Agent Communication Protocol (ACP) agents with Model Context Protocol (MCP) clients, enabling seamless integration between…
# AgentGo MCP Service Documentation ## Table of Contents 1. [Overview](#overview) 2. [Architecture](#architecture) 3. [Integration with…
A standardized framework for enhancing how LLMs process and respond to prompts through composable decorators, featuring an official open standard specification…
A Slackbot LLM agent that allows connecting to an LLM and MCP servers
This project demonstrates a decoupled real-time agent architecture that connects LangGraph agents to remote tools served by custom MCP (Modular Command…
# Void MCP Server This project provides a Model Context Protocol (MCP) server for managing LLM context data. A small utility `run_local.py` can launch a local…
This is a step‑by‑step tutorial that teaches how to build a Model Context Protocol (MCP) server and client from scratch using Python 3.11 and the uv package…
This project automates email-based user registration for LLM apps using the Model Context Protocol (MCP). It acts as a simple backend that receives email…
# Model Context Protocol (MCP) Server for GitHub using Claude Desktop Add the following code to the `./Library/Application\…
Model Context Protocol (MCP) with Gemini 2.5 Pro. Convert conversational queries into flight searches using Gemini's function calling capabilities and MCP's…
# Shopify MCP Server A Model Context Protocol (MCP) server to connect clients like Claude with Shopify store data. This server exposes tools for retrieving…
# MCP Tools A custom Model Context Protocol (MCP) server implementation that provides file system and command execution tools for Claude Desktop and other LLM…
Extends Model Context Protocol (MCP) to local LLMs via Ollama, enabling Claude-like tool use (files, web, email, GitHub, AI images) while keeping data private…