Spaces:
Running
Running
File size: 1,512 Bytes
9ce11f5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | {
"$schema": "https://opencode.ai/config.json",
"plugin": ["superpowers@git+https://github.com/obra/superpowers.git"],
"mcp": {
"gradio": {
"type": "remote",
"url": "https://gradio-docs-mcp.hf.space/gradio_api/mcp/",
"enabled": true,
"headers": {}
},
"apify": {
"type": "remote",
"url": "https://mcp.apify.com/?tools=docs",
"enabled": true,
"headers": {}
},
"Agno": {
"type": "remote",
"url": "https://docs.agno.com/mcp",
"enabled": true,
"headers": {}
},
"Docs by LangChain": {
"type": "remote",
"url": "https://docs.langchain.com/mcp",
"enabled": true,
"headers": {}
},
"langfuse-docs": {
"type": "remote",
"url": "https://langfuse.com/api/mcp",
"enabled": true,
"headers": {}
},
"n8n-mcp": {
"type": "remote",
"url": "http://localhost:5678/mcp-server/http",
"enabled": true,
"headers": {
"Authorization": "Bearer {env:N8N_MCP_TOKEN}"
},
"oauth": false
},
"exa": {
"type": "remote",
"url": "https://mcp.exa.ai/mcp",
"enabled": true,
"headers": {}
},
"Neon": {
"type": "remote",
"url": "https://mcp.neon.tech/mcp",
"enabled": true,
"headers": {
"Authorization": "Bearer {env:NEON_API_KEY}"
}
},
"eraser": {
"type": "remote",
"url": "https://app.eraser.io/api/mcp",
"enabled": true
}
}
}
|