rust-search-mcp

This commit is contained in:
MCP Packages
2026-02-05 13:14:58 +01:00
parent 1bdbbd9d32
commit 029602d4c3
5 changed files with 75 additions and 8 deletions

View File

@@ -29,7 +29,18 @@
"kindly-web-search": {
"type": "local",
"command": ["kindly-web-search-mcp-server", "start-mcp-server"],
"enabled": true
"enabled": true,
"environment": {
"SEARXNG_BASE_URL": "https://search.bueso.eu"
}
},
"rust-research": {
"type": "local",
"command": ["rust-research-mcp"],
"enabled": true,
"environment": {
"RUST_LOG": "info"
}
}
}
}