Skip to content

Commit c329e73

Browse files
authored
Switch voiio MCP url (#9)
1 parent 22f2d74 commit c329e73

File tree

1 file changed

+9
-32
lines changed

1 file changed

+9
-32
lines changed

mcpo/config.json

Lines changed: 9 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,68 +2,45 @@
22
"mcpServers": {
33
"memory": {
44
"command": "npx",
5-
"args": [
6-
"-y",
7-
"@modelcontextprotocol/server-memory"
8-
],
5+
"args": ["-y", "@modelcontextprotocol/server-memory"],
96
"env": {
107
"MEMORY_FILE_PATH": "/data/memory/memory.json"
118
}
129
},
1310
"time": {
1411
"command": "uvx",
15-
"args": [
16-
"mcp-server-time",
17-
"--local-timezone=Europe/Berlin"
18-
]
12+
"args": ["mcp-server-time", "--local-timezone=Europe/Berlin"]
1913
},
2014
"voiio": {
2115
"type": "streamable_http",
22-
"url": "https://voiio.app/mcp/"
16+
"url": "https://mcp.voiio.app/mcp"
2317
},
2418
"algolia": {
2519
"command": "go",
26-
"args": [
27-
"run",
28-
"github.com/algolia/mcp/cmd/mcp@latest"
29-
],
20+
"args": ["run", "github.com/algolia/mcp/cmd/mcp@latest"],
3021
"env": {
3122
"MCP_ENABLED_TOOLS": "search_read"
3223
}
3324
},
3425
"github": {
3526
"command": "npx",
36-
"args": [
37-
"-y",
38-
"@modelcontextprotocol/server-github"
39-
]
27+
"args": ["-y", "@modelcontextprotocol/server-github"]
4028
},
4129
"sentry": {
4230
"command": "npx",
43-
"args": [
44-
"-y",
45-
"@sentry/mcp-server@latest"
46-
]
31+
"args": ["-y", "@sentry/mcp-server@latest"]
4732
},
4833
"hubspot": {
4934
"command": "npx",
50-
"args": [
51-
"-y",
52-
"@hubspot/mcp-server"
53-
]
35+
"args": ["-y", "@hubspot/mcp-server"]
5436
},
5537
"firecrawl": {
5638
"command": "npx",
57-
"args": [
58-
"-y",
59-
"firecrawl-mcp"
60-
]
39+
"args": ["-y", "firecrawl-mcp"]
6140
},
6241
"freshdesk": {
6342
"command": "uvx",
64-
"args": [
65-
"freshdesk-mcp"
66-
]
43+
"args": ["freshdesk-mcp"]
6744
},
6845
"analytics-mcp": {
6946
"command": "uvx",

0 commit comments

Comments
 (0)