{"id":28351997,"url":"https://github.com/getsimpletool/mcpo-simple-server","last_synced_at":"2026-03-03T04:32:15.824Z","repository":{"id":290680399,"uuid":"944046269","full_name":"getsimpletool/mcpo-simple-server","owner":"getsimpletool","description":"MCP Calling Servere via SSE and OpenAPI","archived":false,"fork":false,"pushed_at":"2025-07-11T22:31:12.000Z","size":2325,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-18T12:53:45.245Z","etag":null,"topics":["mcp","mcp-server","openapi","openwebui","sse"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getsimpletool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-06T17:37:22.000Z","updated_at":"2025-09-11T07:45:22.000Z","dependencies_parsed_at":"2025-04-30T02:23:18.882Z","dependency_job_id":"9ef944ce-7442-46ac-be51-53788254f83e","html_url":"https://github.com/getsimpletool/mcpo-simple-server","commit_stats":null,"previous_names":["getsimpletool/simpletool-server"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/getsimpletool/mcpo-simple-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsimpletool%2Fmcpo-simple-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsimpletool%2Fmcpo-simple-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsimpletool%2Fmcpo-simple-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsimpletool%2Fmcpo-simple-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getsimpletool","download_url":"https://codeload.github.com/getsimpletool/mcpo-simple-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsimpletool%2Fmcpo-simple-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30031998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T03:27:35.548Z","status":"ssl_error","status_checked_at":"2026-03-03T03:27:09.213Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mcp","mcp-server","openapi","openwebui","sse"],"created_at":"2025-05-27T22:39:16.160Z","updated_at":"2026-03-03T04:32:15.820Z","avatar_url":"https://github.com/getsimpletool.png","language":"Python","funding_links":[],"categories":["🤖 AI/ML"],"sub_categories":[],"readme":"# MCPoSimpleServer\n\nA Python-based LLM server that implements the Model Context Protocol (MCP).\n\n## 🤔 What is MCPoSimpleServer?\n\nMCPoSimpleServer is a lightweight, asynchronous API platform for running and managing MCP tools in isolated, secure environments. It implements the Model Context Protocol (MCP) for seamless integration with LLM applications.\n\n## 📺 Demo\n\nCheck out our demo video to see MCPoSimpleServer in action:\n\n[![MCPoSimpleServer Demo](https://img.youtube.com/vi/tQ6OhvC4eDQ/0.jpg)](https://www.youtube.com/watch?v=tQ6OhvC4eDQ)\n\n## ✨ Key Features\n\n- ✨ Local Docker container – your own local Docker container with a single SSE-MCP connection\n- ⚡ Support quick and easy load any MCP tool launched via `uvx` or `npx`\n- 🔄 Dynamic tool loading and filtering (whitelist/blacklist)\n- 🌐 Access to MCP tools via SSE, Swagger REST, and OpenAPI.json (compatible with OpenWebUI)\n- 🐳 Tool isolation – each tool runs in its own thread\n- 🗄️ JSON-based configuration – easy to edit and portable\n- 🧑‍💻 Ability to launch your own MCP server with custom ENV parameters\n- 🛡️ Bearer admin hack – simple admin authorization (ideal for testing and quick changes)\n- 📝 Async FastAPI Python server with full type hints for code clarity and safety\n- ✅ PyTest – fast and easy verification of changes on a running server\n\n## 🎉 What we have now\n\n- 🔗 Docker container built on Debian 13 with FastAPI/Python 3.13 server\n- ⚡ Support quick and easy load any MCP tool launched via `uvx` or `npx`\n- 🌐 Access to MCP tools via SSE, Swagger REST, and OpenAPI.json (OpenWebUI compatible)\n- 🆒 SupervisorD controlled by ENV allows running SSHD + Xfce + noVNC (desktop via web/port 6901, ~260MB)\n- 🔄 Dynamic tool loading and filtering from MCP server (whitelist/blacklist)\n- 🧵 Each MCP server runs in its own thread\n- 🗄️ No need for a database – JSON configuration for easy editing and portability\n- 🧑‍💻 Users can define their own MCP server with custom ENV (auto-detected via Auth Bearer)\n- 🛡️ Env Bearer Admin Hack – configurable env simulating Bearer admin (ideal for tests and quick changes)\n- 📝 Built entirely on FastAPI Python + Pydantic for code clarity and safety\n- ❌ Custom SSE stack based only on FastAPI (no Starlette)\n- ✅ PyTest – tests run a live server instance and perform tests on a real running server (no mocking!)\n\n## 🚀 Working on\n\n- 🤔 Prompts – fixing some bugs with class injection into SSE\n- 🖥️ WebUI Frontend with Marketplace (click and install)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsimpletool%2Fmcpo-simple-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetsimpletool%2Fmcpo-simple-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsimpletool%2Fmcpo-simple-server/lists"}