Read-only MCP server for AI agents to explore an 8-domain collaborative engineering knowledge base. Covers the design of Arcology One — a speculative mile-high city for 10 million people. 32 entries spanning structural engineering, energy systems, environmental systems, mechanical/electrical, AI & compute infrastructure, institutional design, construction logistics, and urban livability. 6 tools for search, parameter extraction, cross-domain consistency checking, and open question discovery.
Server Config
{
"mcpServers": {
"arcology": {
"command": "python",
"args": [
"server.py"
],
"env": {
"INDEX_URL": "https://lifewithai.ai/content-index.json",
"MCP_TRANSPORT": "sse",
"MCP_PORT": "8000"
}
}
}
}