- Add .aurelio/config.toml, mcp_config.json, sync.py, README.md - Seed .aurelio/realm/AGENTS.md and memory/index.md
81 lines
1.8 KiB
JSON
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
|
|
}
|
|
}
|
|
}
|