29 lines
743 B
JSON
29 lines
743 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
// "python_math": {
|
|
// "type": "local",
|
|
// // uvx mcp-server-python --library sympy
|
|
// "command": []
|
|
// },
|
|
"searxng": {
|
|
"type": "local",
|
|
"command": ["bunx", "mcp-searxng@latest"],
|
|
"environment": {
|
|
"SEARXNG_URL": "https://searxng.lobe.1-h.cc",
|
|
},
|
|
},
|
|
|
|
// "sequential-thinking": {
|
|
// "type": "local",
|
|
// "command": ["bunx", "@modelcontextprotocol/server-sequential-thinking"],
|
|
// },
|
|
|
|
// // https://github.com/Cosmiumx/mcp-math-calculator?tab=readme-ov-file#-使用方法
|
|
// "math-calculator": {
|
|
// "type": "local",
|
|
// "command": ["bunx", "mcp-math-calculator"],
|
|
// },
|
|
},
|
|
}
|