{"id":28190017,"url":"https://github.com/enso-labs/mcp-sse","last_synced_at":"2025-05-16T10:11:57.583Z","repository":{"id":283200150,"uuid":"951001608","full_name":"enso-labs/mcp-sse","owner":"enso-labs","description":"Simple MCP Server Deployment","archived":false,"fork":false,"pushed_at":"2025-03-28T02:53:23.000Z","size":25,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T02:23:05.811Z","etag":null,"topics":["anthropic","claude","container","deepseek","docker","gemini","langchain","langgraph","mcp","modelcontextprotocol","ngrok","openai","sonnet","ubuntu","vibecoding"],"latest_commit_sha":null,"homepage":"https://demo.enso.sh","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enso-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-03-19T02:31:21.000Z","updated_at":"2025-04-01T21:32:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"7211a1f9-ff1e-4d2a-bb11-a4411b5e2fb8","html_url":"https://github.com/enso-labs/mcp-sse","commit_stats":null,"previous_names":["ryaneggz/mcpserve","enso-labs/mcp-sse"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enso-labs%2Fmcp-sse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enso-labs%2Fmcp-sse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enso-labs%2Fmcp-sse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enso-labs%2Fmcp-sse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enso-labs","download_url":"https://codeload.github.com/enso-labs/mcp-sse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254509455,"owners_count":22082896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["anthropic","claude","container","deepseek","docker","gemini","langchain","langgraph","mcp","modelcontextprotocol","ngrok","openai","sonnet","ubuntu","vibecoding"],"created_at":"2025-05-16T10:11:56.375Z","updated_at":"2025-05-16T10:11:57.578Z","avatar_url":"https://github.com/enso-labs.png","language":"Python","funding_links":[],"categories":["Cloud Services"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  🤖 MCPServe by @ryaneggz\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\nSimple MCP Server w/ Shell Exec. Connect to Local via Ngrok, or Host Ubuntu24 Container in Docke\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/View%20Documentation-Docs-yellow\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://join.slack.com/t/promptengineersai/shared_invite/zt-21upjsftv-gX~gNjTCU~2HfbeM_ZwTEQ\"\u003e\u003cimg src=\"https://img.shields.io/badge/Join%20our%20community-Slack-blue\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"#\" width=\"600px\" /\u003e\n\u003c/p\u003e\n\n## 📖 Table of Contents\n\n- [Deploy](https://github.com/promptengineers-ai/llm-server/blob/development/docs/deploy)\n\n## 🛠️ Setup Local Hosted MCP\n\n```bash\n## Install uv (if you not using you late to party)\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n\n## Create virtual environemtn\nuv venv\nsource .venv/bin/activate\n\n## Install Dependencies\nuv pip install -r requirements.txt\n\n## Start localhost MCPServe\npython main.py\n```\n\n## 🛠️ Setup Docker Hosted MCP\n\n```bash\ndocker compose up --build\n```\n\n## Client MCP Config\n\nIf you have configured auth server side in your code you can enable headers for API.\nHave found this requires some code changes to the mcp librarie Settings. Adding a middleware prop. :/\n\n```json\n{\n  \"terminal\": {\n    \"transport\": \"sse\",\n    \"url\": \"http://localhost:8005/sse\",\n    // \"headers\": {\n    //     \"x-api-key\": \"abcdef123456...\"\n    // }\n  }\n}\n```\n\n## 🚀 Roadmap\n\n- [ ] 🤖 Coming Soon...\n\nCreate an issue and lets start a discussion if you'd like to see a feature added to the roadmap.\n\n## 💡 Issues\n\nFeel free to submit issues and enhancement requests. We're always looking for feedback and suggestions.\n\n## 🤓 Maintainers\n\n- `Ryan Eggleston` - `@ryaneggz`\n\n## 📜 License\n\nThis project is open-source, under the [MIT License](LICENSE). Feel free to use, modify, and distribute the code as you please.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenso-labs%2Fmcp-sse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenso-labs%2Fmcp-sse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenso-labs%2Fmcp-sse/lists"}