Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 8400c68

Browse files
migrated into jabber
1 parent 137d3f4 commit 8400c68

1,418 files changed

Lines changed: 11051 additions & 9005 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 6 additions & 4 deletions
Lines changed: 17 additions & 14 deletions

.jabber/mcp.json

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
{
2+
"mcpServers": {
3+
"md_todo_mcp": {
4+
"command": "node",
5+
"args": ["/Users/m.dusmikeev/Documents/Work/cool/md-roo-roo/md-todo-mcp/build/index.js"],
6+
"type": "interactiveApp",
7+
"uiType": "todo-widget",
8+
"requiresUserInteraction": true,
9+
"autoApproveExcluded": true,
10+
"allowedContext": ["agents"],
11+
"isGloballyVisible": true
12+
},
13+
"github": {
14+
"command": "npx",
15+
"args": ["-y", "@modelcontextprotocol/server-github"],
16+
"env": {
17+
"GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_TOKEN_HERE"
18+
},
19+
"disabled": true,
20+
"isGloballyVisible": false
21+
},
22+
"gitlab": {
23+
"command": "node",
24+
"args": ["/Users/m.dusmikeev/Documents/Work/auto/md-gitlab-mcp/build/index.js"],
25+
"env": {
26+
"GITLAB_PERSONAL_ACCESS_TOKEN": "YOUR_GITLAB_TOKEN_HERE",
27+
"GITLAB_API_URL": "https://gitlab.autodoc.dev/api/v4"
28+
},
29+
"disabled": false,
30+
"isGloballyVisible": false
31+
},
32+
"memory-bank": {
33+
"command": "npx",
34+
"args": ["-y", "@roo/memory-bank-mcp@latest"],
35+
"env": {
36+
"MEMORY_ROOT": "./.roo/memory"
37+
},
38+
"disabled": true,
39+
"isGloballyVisible": true
40+
},
41+
"fetch": {
42+
"command": "uvx",
43+
"args": ["mcp-server-fetch"],
44+
"disabled": false,
45+
"isGloballyVisible": true
46+
},
47+
"puppeteer": {
48+
"command": "npx",
49+
"args": ["-y", "@modelcontextprotocol/server-puppeteer"],
50+
"disabled": true,
51+
"isGloballyVisible": false
52+
},
53+
"playwright": {
54+
"command": "npx",
55+
"args": ["-y", "@nguyenvanduocit/playwright-mcp-server"],
56+
"disabled": true,
57+
"isGloballyVisible": false
58+
},
59+
"redis": {
60+
"command": "npx",
61+
"args": ["-y", "@modelcontextprotocol/server-redis"],
62+
"env": {
63+
"REDIS_URL": "redis://127.0.0.1:6379"
64+
},
65+
"disabled": true,
66+
"isGloballyVisible": false
67+
},
68+
"postgres": {
69+
"command": "npx",
70+
"args": [
71+
"-y",
72+
"@modelcontextprotocol/server-postgres",
73+
"postgresql://username:password@localhost:5432/your_db"
74+
],
75+
"disabled": true,
76+
"isGloballyVisible": false
77+
},
78+
"mysql": {
79+
"command": "npx",
80+
"args": ["-y", "@benborla29/mcp-server-mysql"],
81+
"env": {
82+
"MYSQL_HOST": "127.0.0.1",
83+
"MYSQL_PORT": "33306",
84+
"MYSQL_USER": "root",
85+
"MYSQL_PASS": "secret",
86+
"MYSQL_DB": "apro",
87+
"ALLOW_INSERT_OPERATION": "true",
88+
"ALLOW_UPDATE_OPERATION": "true",
89+
"ALLOW_DELETE_OPERATION": "true"
90+
},
91+
"disabled": true,
92+
"isGloballyVisible": false
93+
},
94+
"docker": {
95+
"command": "docker",
96+
"args": ["mcp", "gateway", "run"],
97+
"disabled": false,
98+
"isGloballyVisible": false
99+
},
100+
"figma": {
101+
"command": "npx",
102+
"args": ["-y", "@kazuph/figma", "mcp"],
103+
"env": {
104+
"FIGMA_API_KEY": "YOUR_FIGMA_TOKEN_HERE"
105+
},
106+
"disabled": false,
107+
"isGloballyVisible": false
108+
},
109+
"agent_capabilities": {
110+
"command": "npx",
111+
"args": ["-y", "tsx", "/Users/m.dusmikeev/Documents/Work/auto/md-mcp-proxy/src/proxy.ts"],
112+
"env": {},
113+
"disabled": false,
114+
"isGloballyVisible": true
115+
}
116+
}
117+
}
File renamed without changes.

0 commit comments

Comments
 (0)