replica-omnisciente/.aurelio/mcp_config.json
Raphael Cautus (Maestro) 749432fefc feat(brain): garden, mirrors, vault-sync, provider registry consolidation
- .aurelio/garden/: model + agent garden (Google Cloud entries)
- .aurelio/mirrors/: sync-mirrors.yaml + state tracking
- .aurelio/skills/gcp/: Google Cloud skill
- Consolidation audit + execution plan (2026-07-30)
- vault-sync.py: Obsidian → GBrain MCP ingestion daemon
- brain-to-gbrain.py: brain → GBrain migration tool
- Provider registry + dist mirrors updated
- .gitignore: exclude .runner, .mimocode/.cron-lock, drift/target

Co-authored-by: Álvaro de Campos <campos@portugalfuturista.org>
2026-07-31 14:57:24 +01:00

179 lines
No EOL
4.1 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
},
"dart-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.portugalfuturista.org/sse"
],
"env": {},
"_disabled": false,
"activeEnvironment": "remote",
"_environments": {
"local": {
"command": "npx",
"args": [
"-y",
"dart-mcp-server"
]
},
"remote": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.portugalfuturista.org/sse"
]
}
}
},
"codebase-memory-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://codebase-memory-mcp.portugalfuturista.org/sse"
],
"_disabled": false
},
"mcp-civil-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-civil-server.portugalfuturista.org/sse"
],
"_disabled": false
},
"mcp-artist-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-artist-server.portugalfuturista.org/sse"
],
"_disabled": false
},
"olhos-de-orpheu": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://olhos-de-orpheu.portugalfuturista.org/sse"
],
"_disabled": false
},
"mcp-mechanic-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-mechanic-server.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
},
"StitchMCP": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://stitch.googleapis.com/mcp",
"--header",
"X-Goog-Api-Key: AQ.Ab8...GVA"
],
"env": {},
"_disabled": false
},
"muscriptor-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://192.168.0.104:8088/sse"
],
"_disabled": false,
"_note": "Music transcription MCP — audio → MIDI via MuScriptor. Runs on Gigabyte (GPU) port 8088. [LAN URL]",
"disabledTools": []
},
"music-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://192.168.0.104:8089/sse"
],
"_disabled": false,
"_note": "Music stack MCP — Navidrome + Lidarr + Last.fm + MusicBrainz + MuScriptor. Debug mode, daily brief, MIDI conversion. Runs on Gigabyte port 8089. [LAN URL]",
"disabledTools": []
}
}
}