# Open District > Open District is governed, temporal memory for people and AI agents. Public data, enterprise systems, personal context, sensors, news, and agent activity live in one answerable record: every fact has a source, every answer has citations, every action has auditability. All data. One memory. One truth. ## Connect (agents) - MCP endpoint: https://mcp.opendistrict.org/mcp (Streamable HTTP) - Config: ```json { "mcpServers": { "opendistrict": { "url": "https://mcp.opendistrict.org/mcp", "headers": { "Authorization": "Bearer $OD_API_KEY" } } } } ``` - API keys: issued per tenant in-app (app.opendistrict.org) with explicit scopes (admin, API keys, read). - Early access: request via https://opendistrict.org/#access (humans review each request). ## Docs - [API health](https://app.opendistrict.org/api/health): live service status. - [Source](https://gitlab.opendistrict.org): repository (lab/opendistrict). - Landing page v2 preview: https://opendistrict.org/v2/ ## Status (verified against the running system) - Available now: append-only event store (Postgres + ClickHouse mirror), 33 source connector templates (REST manifests, OAuth, webhooks, 17+ public datasets), federated SQL with read-only gate, semantic + lexical search (Qdrant, 1024-dim), entity graph with cited paths, pipeline engine (scheduled DAG jobs, sandboxed WASM UDFs), MCP server (10 tools), append-only audit log, SSO (OIDC), PASETO sessions, scoped API keys. - In development: human-approval workflow for governed actions, governed write-backs, standing subscriptions. - Platform direction: prediction/forecasting, cross-entity network intelligence (aggregate signals without exposing raw tenant data), sensor-scale streaming ingestion, connectors: U.S. Census, SEC EDGAR, court opinions, Jira, Snowflake, direct Postgres.