Alibrown commited on
Commit
02805c2
·
verified ·
1 Parent(s): 3060aa0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -1
README.md CHANGED
@@ -9,4 +9,57 @@ license: apache-2.0
9
  short_description: 'Universal MCP Server(Sandboxed) built on PyFundaments '
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  short_description: 'Universal MCP Server(Sandboxed) built on PyFundaments '
10
  ---
11
 
12
+
13
+ # Universal MCP Hub (Sandboxed)
14
+
15
+ #### Universal MCP Server running in **paranoid mode** — built on [PyFundaments](PyFundaments.md) and licensed under ESOL.
16
+
17
+ **Source:**
18
+ [https://github.com/VolkanSah/Universal-MCP-Hub](https://github.com/VolkanSah/Universal-MCP-Hub)
19
+
20
+ ---
21
+
22
+ ## Overview
23
+
24
+ The goal was simple: too many MCP servers out there with no sandboxing, hardcoded keys, and zero security thought.
25
+
26
+ This one is different.
27
+
28
+ * No key → no tool
29
+ * No tool → no crash
30
+ * `main.py` = Guardian (controls everything)
31
+ * `app/mcp.py` receives only injected, validated services
32
+
33
+ ---
34
+
35
+ ## Foundation
36
+
37
+ * Based on:
38
+
39
+ * [PyFundaments](PyFundaments.md)
40
+ * [PyFundaments – Function Overview](Fundaments-–-Function---Overview.md)
41
+
42
+ * Project details:
43
+
44
+ * [README_MCP_HUB.md](README_MCP_HUB.md)
45
+
46
+ ---
47
+
48
+ ## Documentation
49
+
50
+ * [PROJECT_STRUCTURE.md](PROJECT_STRUCTURE.md)
51
+ * [SECURITY.md](SECURITY.md)
52
+ * [CODEY_STAR_REPORT.md](CODEY_STAR_REPORT.md)
53
+
54
+ ---
55
+
56
+ ## License
57
+
58
+ This work is dual-licensed under:
59
+
60
+ * [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
61
+ * [Ethical Security Operations License (ESOL v1.1)](ESOL)
62
+
63
+ The ESOL is a mandatory, non-severable condition of use.
64
+ By using this software, you agree to all ethical constraints defined in the ESOL v1.1.
65
+