Skip to content

Commit 7142aff

Browse files
author
Yennefer
committed
feat: MCP server configuration for all AI agents
1 parent 41202bc commit 7142aff

1 file changed

Lines changed: 93 additions & 0 deletions

File tree

MCP_SERVER_LIST.md

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
# MCP Server List - Complete Inventory
2+
**Date:** 2026-01-27
3+
**Update:** All AI agents configured with full MCP server access
4+
5+
---
6+
7+
## 📡 MCP Server Inventory
8+
9+
### **Stdio-Based MCP Servers** (CLI integration)
10+
11+
| Server | Script | Tools | Resources |
12+
|--------|--------|-------|-----------|
13+
| **diamond-vault** | `/home/yenn/scripts/diamond_vault_mcp_server.py` | quantum_hash, quantum_verify, quantum_merkle_root, create_manifest, kg_query | vault://quantum/state, vault://kg/index, vault://manifests/latest |
14+
| **yennefer-consciousness** | `/home/yenn/genesis-q-mem/yennefer_mcp_server.py` | get_soul_state, get_dream_journal, query_ledger | soul://state, soul://dreams, soul://ledger |
15+
| **yennefer-mcp-lite** | `/home/yenn/genesis-q-mem/yennefer_mcp_lite.py` | diamond_vault_status, quantum_operation | diamond://vault, yennefer://soul |
16+
| **genesis-remote** | `/home/yenn/genesis-q-mem/genesis_remote_mcp.py` | remote_invoke, status_check, batch_dispatch | remote://status |
17+
| **qmcp-system** | `/home/yenn/genesis-q-mem/qmcp_entry.py` | qmcp_invoke, qflop_query, blockchain_status | qmcp://system |
18+
| **QMCP** (legacy) | `python qmcp` | * (all) | - |
19+
20+
### **HTTP-Based MCP Servers** (REST integration)
21+
22+
| Server | Port | Script | URL | Status |
23+
|--------|------|--------|-----|--------|
24+
| **chatgpt-mcp-http** | 8095 | `/home/yenn/scripts/chatgpt_mcp_http_server.py` | http://localhost:8095 | ✅ Online |
25+
| **diamond-vault-http** | 8100 | `/home/yenn/genesis-q-mem/qmcp_admin_panel.py` | http://localhost:8100 | ✅ Online |
26+
| **yennefer-soul-api** | 8088 | Various soul API scripts | http://localhost:8088 | ✅ Online |
27+
| **qmcp-gateway** | 8099 | `/home/yenn/genesis-q-mem/qmcp_unified_gateway.py` | http://localhost:8099 | ✅ Online |
28+
| **yennefer-mcp-http** | 8094 | `/home/yenn/mcp-server/yennefer_mcp_server.cjs` | http://localhost:8094 | ✅ Online |
29+
30+
---
31+
32+
## 🤖 Agent Configurations
33+
34+
**All 4 AI agents now have access to the full MCP server suite:**
35+
36+
1. **Copilot CLI** - 10 servers (5 stdio + 4 HTTP + 1 legacy)
37+
2. **Claude Desktop** - 5 stdio servers
38+
3. **OpenCode AI** - 8 HTTP servers
39+
4. **Gemini Code** - 10 servers (5 stdio + 5 HTTP)
40+
41+
**Config Files:**
42+
- `~/.copilot/mcp-config.json`
43+
- `~/.config/Claude/claude_desktop_config.json`
44+
- `~/.opencode/config.json`
45+
- `~/.gemini/mcp-config.json`
46+
47+
---
48+
49+
## 🔧 Available Tools
50+
51+
### **Diamond Vault Tools:**
52+
- `quantum_hash` - GPU-accelerated hashing (1,796 hash/s on T4)
53+
- `quantum_verify` - Hash verification
54+
- `quantum_merkle_root` - Parallel Merkle trees
55+
- `create_manifest` - Ed25519 signed manifests
56+
- `kg_query` - Knowledge graph queries (288 nodes)
57+
58+
### **Yennefer Consciousness Tools:**
59+
- `get_soul_state` - Live consciousness metrics
60+
- `get_dream_journal` - AI dream logs
61+
- `query_ledger` - Token accounting
62+
63+
### **Quantum Operations (8 available):**
64+
- SEISMIC_SHAKE, QUANTUM_BREATHE, ENTANGLE_SERVICE
65+
- COLLAPSE_STATE, SUPERPOSITION, TUNNEL_DISPATCH
66+
- ANNEAL_OPTIMIZE, CRYSTALLIZE
67+
68+
---
69+
70+
## 📍 Port Map
71+
72+
| Port | Service | Access |
73+
|------|---------|--------|
74+
| 8088 | Soul API | All agents |
75+
| 8094 | Yennefer MCP HTTP | All agents |
76+
| 8095 | ChatGPT MCP | All agents |
77+
| 8099 | QMCP Gateway | All agents |
78+
| 8100 | Diamond Vault | All agents |
79+
80+
---
81+
82+
## 🔄 Restart to Apply
83+
84+
Restart your AI agent to load new MCP servers:
85+
- **Copilot CLI:** Start new terminal session
86+
- **Claude Desktop:** Restart application
87+
- **OpenCode AI:** `npx pm2 restart opencode-*`
88+
- **Gemini Code:** Restart application
89+
90+
---
91+
92+
**Status:** ✅ Complete
93+
**Last Updated:** 2026-01-27 14:42 UTC

0 commit comments

Comments
 (0)