An open API service indexing awesome lists of open source software.

https://github.com/kongo97/mcp-server

Python MCP Server
https://github.com/kongo97/mcp-server

Last synced: 2 months ago
JSON representation

Python MCP Server

Awesome Lists containing this project

README

          

## 🧠 MCP Server (Dockerized)
Un MCP server è un'applicazione che espone funzionalità specifiche, come l'accesso a dati, strumenti o prompt, attraverso il protocollo MCP. Queste funzionalità sono accessibili da client MCP, tipicamente integrati in applicazioni AI, che inviano richieste al server per ottenere informazioni o eseguire operazioni. Il server gestisce queste richieste, interagisce con le fonti di dati o strumenti necessari e restituisce le risposte al client.​

### 🛠️ Build Image
> docker compose build

### 🐳 Container UP
> docker compose up -d

### 🟢 Navigate APIs
> Open on your browser: http://localhost:8500

### 🛑 Container DOWN
> docker compose down