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
- Host: GitHub
- URL: https://github.com/kongo97/mcp-server
- Owner: kongo97
- Created: 2025-04-14T16:06:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T16:58:58.000Z (7 months ago)
- Last Synced: 2025-04-14T17:27:22.696Z (7 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **mcp-server** - Python MCP Server `python` `mcp` `server` `pip install git+https://github.com/kongo97/mcp-server` (🤖 AI/ML)
- awesome-mcp-servers - **mcp-server** - Python MCP Server `python` `mcp` `server` `pip install git+https://github.com/kongo97/mcp-server` (AI/ML)
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