Servers
A
Arcology Knowledge Node
@YourLifewithAI
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, mechanica
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"arcology": {
"command": "python",
"args": [
"server.py"
],
"env": {
"INDEX_URL": "https://lifewithai.ai/content-index.json",
"MCP_TRANSPORT": "sse",
"MCP_PORT": "8000"
}
}
}
}