mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
- MCP server: pist-trace-classify (Python, stdio JSON-RPC) - Accepts trace_path or inline trace_json - Computes full v2 spectral features from transition matrix - Queries ene.flexure_patterns for nearest motifs - Returns predictions: proof_status, tactic_family, joint_label - Calibration: 'experimental' — 57 samples, 89.5% LOOCV - Registered as MCP server in opencode.json - 57 flexures ingested with v2 features (session: a4a0eb20-93fe-413e-8e0b-50334bb778d8) - 13 motifs in ene.flexure_patterns
57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
|
"mcp": {
|
|
"contextstream": {
|
|
"type": "local",
|
|
"command": [
|
|
"npx",
|
|
"-y",
|
|
"contextstream-mcp"
|
|
],
|
|
"environment": {
|
|
"CONTEXTSTREAM_API_KEY": "{env:CONTEXTSTREAM_API_KEY}",
|
|
"CONTEXTSTREAM_TOOLSET": "complete",
|
|
"CONTEXTSTREAM_LOG_LEVEL": "quiet",
|
|
"CONTEXTSTREAM_OUTPUT_FORMAT": "compact",
|
|
"CONTEXTSTREAM_TRANSCRIPTS_ENABLED": "true",
|
|
"CONTEXTSTREAM_HOOK_TRANSCRIPTS_ENABLED": "true",
|
|
"CONTEXTSTREAM_CONSOLIDATED": "true",
|
|
"CONTEXTSTREAM_AUTO_HIDE_INTEGRATIONS": "true",
|
|
"CONTEXTSTREAM_SEARCH_LIMIT": "15",
|
|
"CONTEXTSTREAM_SEARCH_MAX_CHARS": "2400",
|
|
"CONTEXTSTREAM_INCLUDE_STRUCTURED_CONTENT": "true",
|
|
"CONTEXTSTREAM_CONTEXT_PACK": "false"
|
|
},
|
|
"enabled": true
|
|
},
|
|
"remote-lean-proof": {
|
|
"type": "local",
|
|
"command": [
|
|
"python3",
|
|
"4-Infrastructure/infra/remote_lean_proof_mcp.py"
|
|
],
|
|
"environment": {
|
|
"PROOF_SERVER_URL": "http://54.236.176.28:8787",
|
|
"PROOF_SERVER_URLS": "http://54.236.176.28:8787,http://100.110.163.82:8787,http://100.102.173.61:8787,http://100.85.244.73:8787",
|
|
"PROOF_SERVER_TOKEN_FILE": "/home/allaun/.config/ene/language-proof-server.token"
|
|
},
|
|
"enabled": true
|
|
},
|
|
"pist-trace-classify": {
|
|
"type": "local",
|
|
"command": [
|
|
"python3",
|
|
"4-Infrastructure/shim/pist_trace_classify_mcp.py"
|
|
],
|
|
"environment": {
|
|
"RDS_HOST": "database-1-instance-1.cghu8yqogqwo.us-east-1.rds.amazonaws.com",
|
|
"RDS_PORT": "5432",
|
|
"RDS_USER": "postgres",
|
|
"RDS_DB": "postgres",
|
|
"RDS_IAM_AUTH": "true",
|
|
"AWS_REGION": "us-east-1"
|
|
},
|
|
"enabled": true
|
|
}
|
|
},
|
|
"$schema": "https://opencode.ai/config.json"
|
|
}
|