This repository provides the MCP Server, enabling AI assistants to safely utilize external tools like Python and web access. It enhances data processing and error handling, empowering bots to solve problems effectively.
The MCP Server empowers AI assistants like Claude to utilize external tools safely, such as running Python code or accessing websites. It enhances data processing for AI understanding and offers detailed error messages, enabling bots to resolve issues independently.
The server provides:
Use docker-compose.yml
to configure the server with environment variables like SSE_HOST
, SSE_PORT
, and USER_AGENT
. Start the server with docker compose up
. Ideal for LibreChat, configure librechat.yaml
with the server's URL.
Install uv
, create a virtual environment, install dependencies using uv sync
, and run the server with arguments like --sse-host
, --sse-port
, and --user-agent
.
Choose between network (SSE) for service-based connections or direct (stdio) for local testing.
Explore the MCP Specification, Python SDK, and Example Servers.
Licensed under GPLv3. See LICENSE.
tcpipuk/mcp-server
February 21, 2025
February 23, 2025
Python