sistemas-cibernetico-fisicos/.aurelio/mcp_config.json
Fábio Cunha 31c9baede3 feat(aurelio): bootstrap flow-meter-pcb realm workspace
- Add .aurelio/config.toml, mcp_config.json, sync.py, README.md

- Seed .aurelio/realm/AGENTS.md and memory/index.md
2026-07-05 20:24:26 +01:00

81 lines
1.8 KiB
JSON

{
"mcpServers": {
"savearth-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://savearth-mcp.portugalfuturista.org/sse"
],
"_disabled": false,
"disabledTools": []
},
"savearth-workspace": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://savearth-workspace.portugalfuturista.org/sse"
],
"_disabled": false,
"disabledTools": []
},
"electrical-eda-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://electrical-eda-mcp.portugalfuturista.org/sse"
],
"_disabled": false,
"disabledTools": []
},
"electrical-sourcing-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://electrical-sourcing-mcp.portugalfuturista.org/sse"
],
"env": {},
"_disabled": false,
"disabledTools": []
},
"knowledge-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://knowledge-mcp.portugalfuturista.org/sse"
],
"_disabled": false
},
"codebase-memory-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://codebase-memory-mcp.portugalfuturista.org/sse"
],
"_disabled": false
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
],
"type": "npx",
"_disabled": false
},
"atlassian-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://atlassian.mcp.portugalfuturista.org/sse"
],
"_disabled": false
}
}
}