replica-omnisciente/.aurelio/mcp_config.json

123 lines
No EOL
2.5 KiB
JSON

{
"mcpServers": {
"electrical-eda-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://192.168.0.125:8082/sse",
"--allow-http"
],
"_disabled": false,
"disabledTools": [
"parse_schematic",
"extract_bom"
]
},
"electrical-sourcing-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://192.168.0.125:8081/sse",
"--allow-http"
],
"env": {},
"_disabled": false,
"disabledTools": [
"search_local_library"
]
},
"knowledge-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://192.168.0.125:8083/sse",
"--allow-http"
],
"_disabled": false
},
"dart-mcp-server": {
"command": "npx",
"args": [
"-y",
"dart-mcp-server"
],
"env": {},
"_disabled": false,
"activeEnvironment": "local",
"_environments": {
"local": {
"command": "npx",
"args": [
"-y",
"dart-mcp-server"
]
},
"remote": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://pf-mcp-server.portugalfuturista.org/sse"
]
}
}
},
"codebase-memory-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://192.168.0.125:8085/sse",
"--allow-http"
],
"_disabled": false
},
"olhos-de-orpheu": {
"serverUrl": "http://192.168.0.16:8001/sse",
"_disabled": false
},
"memory": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://192.168.0.125:8086/sse",
"--allow-http"
],
"_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.Ab8RN6KphA2R_SVCtr5-Sy1PAjPzV6lZnLecLdHjQbpdo7nGVA"
],
"env": {},
"_disabled": false
}
}
}