File tree Expand file tree Collapse file tree 1 file changed +9
-32
lines changed
Expand file tree Collapse file tree 1 file changed +9
-32
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments