JUHE API Marketplace
eversonpereira avatar
MCP Server

MCP - Model Context Protocol

A conversational application server that integrates LLM capabilities via Ollama with vector memory context, supporting multiple users, sessions, automatic history summarization, and a plugin system for executing real actions.

0
GitHub Stars
11/17/2025
Last Updated
No Configuration
Please check the documentation below.
  1. Home
  2. MCP Servers
  3. mcp

README Documentation

🧠 MCP - Model Context Protocol

Projeto completo para uma aplicação conversacional com:

  • ✅ FastAPI + JWT
  • ✅ LLM local via Ollama (ex: Mistral)
  • ✅ Contexto com memĂłria vetorial (ChromaDB)
  • ✅ Suporte a mĂșltiplos usuĂĄrios e sessĂ”es
  • ✅ Resumo automĂĄtico de histĂłrico longo
  • ✅ Sistema de plugins para executar açÔes reais

🚀 Como rodar

1. Clone o projeto e crie o ambiente

git clone <repo>
cd mcp
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

2. Configure o .env

MODEL_NAME=mistral
VECTOR_DB_PATH=./chroma
DB_PATH=./mcp.db
CONTEXT_LIMIT=5
SUMMARY_TRIGGER=20

3. Inicie o Ollama

ollama run mistral

4. Suba o servidor

chmod +x start.sh
./start.sh

đŸ›Ąïž Autenticação

  • POST /auth/register: Cria novo usuĂĄrio

  • POST /auth/login: Retorna token JWT

Use o token JWT nas requisiçÔes para /mcp/chat.

đŸ€– Plugins

Para chamar um plugin:

{
  "session_id": "sessao01",
  "prompt": "plugin: {\"name\": \"list_files\", \"args\": {\"path\": \"/etc\"}}"
}

📁 Estrutura

app/
├── routes/         # Rotas da API
├── services/       # Lógica de negócio (MCP, plugins, memória)
├── db/             # PersistĂȘncia (SQLite e vetorial)
├── models/         # Schemas Pydantic
├── plugins/        # Plugins executáveis pelo MCP
├── auth/           # Login, JWT, usuários

📬 Contato

Desenvolvido por [Everson 🧠].

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright © 2025 - All rights reserved