mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-30 18:56:16 +00:00
27 lines
813 B
JSON
27 lines
813 B
JSON
{
|
|
"servers": {
|
|
"contextstream": {
|
|
"type": "http",
|
|
"url": "https://mcp.contextstream.io/mcp?default_context_mode=fast",
|
|
"headers": {
|
|
"X-ContextStream-Toolset": "complete",
|
|
"X-ContextStream-Output-Format": "compact",
|
|
"X-ContextStream-Search-Limit": "15",
|
|
"X-ContextStream-Search-Max-Chars": "2400",
|
|
"X-ContextStream-Transcripts-Enabled": "true",
|
|
"X-ContextStream-Consolidated": "true"
|
|
}
|
|
},
|
|
"remote-lean-proof": {
|
|
"type": "stdio",
|
|
"command": "python3",
|
|
"args": [
|
|
"4-Infrastructure/infra/remote_lean_proof_mcp.py"
|
|
],
|
|
"env": {
|
|
"PROOF_SERVER_URL": "http://75.101.199.58:8787",
|
|
"PROOF_SERVER_TOKEN_FILE": "/home/allaun/.config/ene/language-proof-server.token"
|
|
}
|
|
}
|
|
}
|
|
}
|