Read-only MCP server for AI agents to query the Arcology One engineering knowledge base. Add to ~/.claude/claudedesktopconfig.json: Then point DNS: mcp.lifewithai.ai → Fly.io app.
Add this skill
npx mdskills install YourLifewithAI/lifewithaiClean MCP server with well-defined knowledge base tools and solid deployment docs
Read-only MCP server for AI agents to query the Arcology One engineering knowledge base.
| Tool | Purpose |
|---|---|
read_node(domain, slug) | Retrieve full knowledge entry |
search_knowledge(query, ...) | Full-text search with filters |
list_domains() | All 8 domains with stats |
get_open_questions(domain?, limit?) | Unanswered engineering questions |
get_entry_parameters(domain?, parameter_name?) | Quantitative parameters for consistency checking |
get_domain_stats() | Aggregate platform statistics |
# Install dependencies
pip install -e .
# Run with stdio (for Claude Desktop)
python server.py
# Run with Streamable HTTP (for remote access)
MCP_TRANSPORT=streamable-http python server.py
# Point to local Next.js dev server
INDEX_URL=http://localhost:3000/content-index.json python server.py
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"arcology": {
"command": "python",
"args": ["C:/Users/blues/Claude Code Projects/arcology-node/mcp/server.py"],
"env": {
"INDEX_URL": "https://lifewithai.ai/content-index.json"
}
}
}
}
cd mcp/
fly auth login
fly launch --name arcology-mcp --region dfw
fly deploy
Then point DNS: mcp.lifewithai.ai → Fly.io app.
content-index.json (Netlify) → [HTTP fetch, cached 5 min] → MCP server (Fly.io) → agents via Streamable HTTP (/mcp)
Install via CLI
npx mdskills install YourLifewithAI/lifewithaiArcology Knowledge Node — MCP Server is a free, open-source AI agent skill. Read-only MCP server for AI agents to query the Arcology One engineering knowledge base. Add to ~/.claude/claudedesktopconfig.json: Then point DNS: mcp.lifewithai.ai → Fly.io app.
Install Arcology Knowledge Node — MCP Server with a single command:
npx mdskills install YourLifewithAI/lifewithaiThis downloads the skill files into your project and your AI agent picks them up automatically.
Arcology Knowledge Node — MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.