Files
mcp-servers/opencode.json
T
luis 6d1df19b13
NixOS Configuration CI / Nix Flake Check (push) Successful in 44s
mcp server
2026-06-14 23:16:03 +02:00

102 lines
2.4 KiB
JSON

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"nixos": {
"type": "local",
"command": ["mcp-nixos"],
"enabled": true
},
"academic-search": {
"type": "local",
"command": ["academic-search-mcp-server"],
"enabled": true
},
"manim": {
"type": "local",
"command": ["manim-mcp-server"],
"enabled": true
},
"zotero": {
"type": "local",
"command": ["zotero-mcp"],
"enabled": true
},
"pdf-reader": {
"type": "local",
"command": ["pdf-reader-mcp"],
"enabled": true
},
"kindly-web-search": {
"type": "local",
"command": ["kindly-web-search-mcp-server", "start-mcp-server"],
"enabled": false,
"environment": {
"SEARXNG_BASE_URL": "https://search.bueso.eu"
}
},
"simple-web-search": {
"type": "local",
"command": ["simple-web-search-mcp"],
"enabled": true
},
"rust-research": {
"type": "local",
"command": ["rust-research-mcp"],
"enabled": true,
"environment": {
"RUST_LOG": "info"
}
},
"duckduckgo": {
"type": "local",
"command": ["duckduckgo-mcp-server"],
"enabled": true
},
"n8n-mcp": {
"type": "local",
"command": ["n8n-mcp"],
"enabled": true,
"environment": {
"MCP_MODE": "stdio",
"LOG_LEVEL": "error",
"DISABLE_CONSOLE_OUTPUT": "true",
"N8N_MCP_TELEMETRY_DISABLED": "true"
}
},
"transmission": {
"type": "local",
"command": ["transmission-mcp", "--mode", "stdio"],
"enabled": true,
"environment": {
"TRANSMISSION_URL": "http://perlis.bueso.loc:9091",
"TRANSMISSION_USER": "PLACEHOLDER",
"TRANSMISSION_PASS": "PLACEHOLDER"
}
},
"sabnzbd": {
"type": "local",
"command": ["sabnzbd-mcp"],
"enabled": true,
"environment": {
"SABNZBD_URL": "http://perlis.bueso.loc:9092",
"SABNZBD_API_KEY": "PLACEHOLDER",
"SABNZBD_MCP_TRANSPORT": "stdio"
}
},
"jellyfin": {
"type": "local",
"command": ["jellyfin-mcp"],
"enabled": true,
"environment": {
"JELLYFIN_URL": "PLACEHOLDER",
"JELLYFIN_API_KEY": "PLACEHOLDER"
}
},
"mcp-score": {
"type": "local",
"command": ["mcp-score", "serve"],
"enabled": true
}
}
}