Simple Tool Server
@getsimpletool
About Simple Tool Server
MCP Calling Servere via SSE and OpenAPI
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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 Simple Tool Server?
Simple Tool Server is a lightweight, asynchronous Python-based server that implements the Model Context Protocol (MCP) for running and managing MCP tools in isolated, secure Docker environments.
How to use Simple Tool Server?
Deploy the Docker container (Debian 13, Python 3.13, FastAPI) and load MCP tools via uvx or npx. Access tools through SSE, Swagger REST, or OpenAPI.json endpoints. Configure tool filtering (whitelist/blacklist) and custom environment variables via JSON configuration or environment variables.
Key features of Simple Tool Server
- Local Docker container with a single SSE-MCP connection
- Dynamic tool loading and filtering (whitelist/blacklist)
- Access via SSE, Swagger REST, and OpenAPI.json
- Each MCP tool runs in its own thread for isolation
- JSON-based configuration – easy to edit and portable
- Async FastAPI Python server with full type hints
Use cases of Simple Tool Server
- Run and manage MCP tools locally in a secure, isolated Docker container
- Quickly test or prototype MCP servers using
uvx/npxwithout complex setup - Integrate MCP tools with OpenWebUI via OpenAPI.json endpoints
- Deploy a custom MCP server with tailored environment variables and admin authorization
FAQ from Simple Tool Server
What runtime does Simple Tool Server require?
The server runs as a Docker container built on Debian 13 with Python 3.13 and FastAPI.
How are MCP tools loaded and filtered?
Tools are launched via uvx or npx commands and can be dynamically loaded and filtered using a whitelist/blacklist configuration.
Is a database needed for configuration?
No, all configuration is stored in JSON files – no database required, making it easy to edit and portable.
How do I access the tools?
Tools are accessible via SSE (Server-Sent Events), Swagger REST API, and OpenAPI.json endpoints, compatible with OpenWebUI.
How is admin authorization handled?
A configurable Bearer token is set via environment variable for simple admin authorization, ideal for testing and quick changes.
Frequently asked questions
What runtime does Simple Tool Server require?
The server runs as a Docker container built on Debian 13 with Python 3.13 and FastAPI.
How are MCP tools loaded and filtered?
Tools are launched via `uvx` or `npx` commands and can be dynamically loaded and filtered using a whitelist/blacklist configuration.
Is a database needed for configuration?
No, all configuration is stored in JSON files – no database required, making it easy to edit and portable.
How do I access the tools?
Tools are accessible via SSE (Server-Sent Events), Swagger REST API, and OpenAPI.json endpoints, compatible with OpenWebUI.
How is admin authorization handled?
A configurable Bearer token is set via environment variable for simple admin authorization, ideal for testing and quick changes.
Basic information
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments