59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"axiom": {
|
|
"type": "remote",
|
|
"url": "https://mcp.axiom.co/mcp"
|
|
},
|
|
"linear": {
|
|
"type": "remote",
|
|
"url": "https://mcp.linear.app/mcp",
|
|
"oauth": {}
|
|
},
|
|
"trigger": {
|
|
"type": "local",
|
|
"command": [
|
|
"bunx",
|
|
"trigger.dev@latest",
|
|
"mcp"
|
|
]
|
|
},
|
|
"tinybird": {
|
|
"type": "remote",
|
|
"url": "https://mcp.tinybird.co?token={env:TINYBIRD_READ_TOKEN}"
|
|
},
|
|
"mintlify": {
|
|
"type": "remote",
|
|
"url": "https://mintlify.com/docs/mcp"
|
|
},
|
|
"planetscale": {
|
|
"type": "remote",
|
|
"url": "https://mcp.pscale.dev/mcp/planetscale"
|
|
},
|
|
"incident-io": {
|
|
"type": "remote",
|
|
"url": "https://mcp.incident.io/mcp",
|
|
"oauth": {}
|
|
},
|
|
"plain": {
|
|
"type": "remote",
|
|
"url": "https://mcp.plain.com/mcp",
|
|
"oauth": {}
|
|
},
|
|
"autumn-internal": {
|
|
"type": "local",
|
|
"command": [
|
|
"sh",
|
|
"-c",
|
|
"cd \"/Users/johnyeocx/Autumn/autumn-cloud\" && exec infisical run --env=prod --recursive -- bun run \"/Users/johnyeocx/Autumn/autumn-cloud/ai/src/mcp/index.ts\""
|
|
],
|
|
"env": {
|
|
"AUTUMN_CLOUD_ROOT": "/Users/johnyeocx/Autumn/autumn-cloud"
|
|
}
|
|
}
|
|
},
|
|
"plugin": [
|
|
"opencode-supermemory@latest"
|
|
]
|
|
}
|