Weaviate
Where to find your Weaviate cluster URL + API key and connect them to Nora.Weaviate is an open-source vector database — useful as the retrieval layer of agent workflows. Nora connects with the cluster URL and an optional API key (anonymous clusters are also supported for dev).
Where to apply for credentials
| Setup | Where to find auth |
|---|---|
| Weaviate Cloud (WCS) | console.weaviate.cloud → Cluster details |
| Self-hosted | The WEAVIATE_API_KEY env var on your Weaviate container |
https://<id>.weaviate.network and the API key is shown once on cluster creation.
Connect in Nora
(Optional) Paste an API key
For Weaviate Cloud and self-hosted clusters with API-key auth, paste the key. Leave blank for
anonymous (dev) clusters.
MCP server
No official Weaviate MCP server today.Environment variables Nora injects
| Variable | Source |
|---|---|
WEAVIATE_API_KEY | API Key field |
WEAVIATE_URL | Cluster URL field |

