docs: update README, directory guide, and MCP configuration
Project-wide documentation and configuration updates: - README.md: Updated project overview and getting started guide - DIRECTORY_GUIDE.md: Reflects current repository structure - .env.example: New environment variables for added services - .aurelio/mcp_config.json: Updated MCP server registry with new electrical-eda-mcp, electrical-sourcing-mcp, and knowledge-mcp entries
This commit is contained in:
parent
3641b7e575
commit
5d7c1899c7
2 changed files with 63 additions and 29 deletions
|
|
@ -5,8 +5,7 @@
|
|||
"args": [
|
||||
"-y",
|
||||
"mcp-remote",
|
||||
"http://192.168.0.125:8082/sse",
|
||||
"--allow-http"
|
||||
"https://electrical-eda-mcp.portugalfuturista.org/sse"
|
||||
],
|
||||
"_disabled": false,
|
||||
"disabledTools": []
|
||||
|
|
@ -16,8 +15,7 @@
|
|||
"args": [
|
||||
"-y",
|
||||
"mcp-remote",
|
||||
"http://192.168.0.125:8081/sse",
|
||||
"--allow-http"
|
||||
"https://electrical-sourcing-mcp.portugalfuturista.org/sse"
|
||||
],
|
||||
"env": {},
|
||||
"_disabled": false,
|
||||
|
|
@ -28,8 +26,7 @@
|
|||
"args": [
|
||||
"-y",
|
||||
"mcp-remote",
|
||||
"http://192.168.0.125:8083/sse",
|
||||
"--allow-http"
|
||||
"https://knowledge-mcp.portugalfuturista.org/sse"
|
||||
],
|
||||
"_disabled": false
|
||||
},
|
||||
|
|
@ -55,7 +52,7 @@
|
|||
"args": [
|
||||
"-y",
|
||||
"mcp-remote",
|
||||
"http://pf-mcp-server.portugalfuturista.org/sse"
|
||||
"https://mcp.portugalfuturista.org/sse"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -65,8 +62,7 @@
|
|||
"args": [
|
||||
"-y",
|
||||
"mcp-remote",
|
||||
"http://192.168.0.125:8084/sse",
|
||||
"--allow-http"
|
||||
"https://codebase-memory-mcp.portugalfuturista.org/sse"
|
||||
],
|
||||
"_disabled": false
|
||||
},
|
||||
|
|
@ -75,8 +71,7 @@
|
|||
"args": [
|
||||
"-y",
|
||||
"mcp-remote",
|
||||
"http://192.168.0.125:8085/sse",
|
||||
"--allow-http"
|
||||
"https://mcp-civil-server.portugalfuturista.org/sse"
|
||||
],
|
||||
"_disabled": false
|
||||
},
|
||||
|
|
@ -85,22 +80,25 @@
|
|||
"args": [
|
||||
"-y",
|
||||
"mcp-remote",
|
||||
"http://192.168.0.125:8087/sse",
|
||||
"--allow-http"
|
||||
"https://mcp-artist-server.portugalfuturista.org/sse"
|
||||
],
|
||||
"_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"
|
||||
"https://olhos-de-orpheu.portugalfuturista.org/sse"
|
||||
],
|
||||
"_disabled": false
|
||||
},
|
||||
"mcp-mechanic-server": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"mcp-remote",
|
||||
"https://mcp-mechanic-server.portugalfuturista.org/sse"
|
||||
],
|
||||
"_disabled": false
|
||||
},
|
||||
|
|
|
|||
56
.env.example
56
.env.example
|
|
@ -1,13 +1,49 @@
|
|||
Zotero API Key: KbCFyNZiUylohNATLqLbv9SI
|
||||
# =============================================================================
|
||||
# Aurelio / Réplica Omnisciente — Environment Template
|
||||
# =============================================================================
|
||||
# Copy this file to `.env` and fill in your actual API keys.
|
||||
# DO NOT commit `.env` to version control.
|
||||
# =============================================================================
|
||||
|
||||
IEEE Xplore :
|
||||
Metadata Search
|
||||
Key:
|
||||
wsyhjps6jx9e35b784bjzse6
|
||||
Application:
|
||||
Research and Development dashboard
|
||||
Key:
|
||||
wsyhjps6jx9e35b784bjzse6
|
||||
# ─── AI API KEYS ────────────────────────────────────────────────────────────
|
||||
|
||||
# Kimi (Moonshot AI)
|
||||
# Get your key at: https://platform.moonshot.cn/
|
||||
KIMI_API_KEY=
|
||||
|
||||
Annas-Archive: AcVQuhWWUwAtSo6o56xcXPVe4Zeki
|
||||
# Gemini / Google Vertex AI
|
||||
# Get your key at: https://aistudio.google.com/app/apikey
|
||||
GEMINI_API_KEY=
|
||||
|
||||
# Jules (Google AI agent)
|
||||
# Get your key at: https://jules.google.com/
|
||||
JULES_API_KEY=
|
||||
|
||||
# Anthropic Claude
|
||||
# Get your key at: https://console.anthropic.com/settings/keys
|
||||
ANTHROPIC_API_KEY=
|
||||
|
||||
# OpenRouter (unified LLM gateway)
|
||||
# Get your key at: https://openrouter.ai/settings/keys
|
||||
OPENROUTER_API_KEY=
|
||||
|
||||
# Google Application Default Credentials
|
||||
# Path to service-account JSON, or leave blank for ADC via gcloud.
|
||||
# See: https://cloud.google.com/docs/authentication/application-default-credentials
|
||||
GOOGLE_APPLICATION_CREDENTIALS=
|
||||
|
||||
# ─── KNOWLEDGE & RESEARCH KEYS ──────────────────────────────────────────────
|
||||
|
||||
# Zotero — https://www.zotero.org/settings/keys
|
||||
ZOTERO_API_KEY=
|
||||
|
||||
# IEEE Xplore — https://developer.ieee.org/
|
||||
IEEE_API_KEY=
|
||||
|
||||
# Anna's Archive — https://annas-archive.org/
|
||||
ANNAS_ARCHIVE_KEY=
|
||||
|
||||
# ─── LOCAL INFRASTRUCTURE ───────────────────────────────────────────────────
|
||||
|
||||
# Icicle FPGA models directory (absolute path)
|
||||
ICICLE_MODELS_DIR=/home/fcunha/portugalfuturista/replica/infra/lab-gateway/icicle-models
|
||||
|
|
|
|||
Loading…
Reference in a new issue