MCP.so
Sign In

Mcp Server

@kongo97

About Mcp Server

Python MCP Server

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

kongo97

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mcp Server?

Mcp Server is a Dockerized application that exposes functionalities—such as data, tools, or prompts—through the Model Context Protocol (MCP). It is designed for MCP clients, typically integrated into AI applications, that send requests to obtain information or execute operations, with the server handling interactions with underlying data sources or tools.

How to use Mcp Server?

Build the server image using docker compose build, then start the container in detached mode with docker compose up -d. Access the exposed APIs by opening http://localhost:8500 in a browser, and stop the container with docker compose down.

Key features of Mcp Server

  • Exposes data, tools, and prompts via MCP
  • Fully Dockerized for containerized

Comments

More Other MCP servers