-
Notifications
You must be signed in to change notification settings - Fork 3
CLI Database Mcp
Runs the read-only Edith Database MCP server over standard input and output.
ed database mcp
The command stays in the foreground. Standard input and stdout belong entirely to MCP protocol traffic, so the command prints no startup banner. Process-level diagnostics use stderr. Each tool request crosses the authenticated local Database broker boundary.
| Tool | What it does |
|---|---|
database_connections |
Lists at most 100 safe connection projections or gets one by UUID. |
database_capabilities |
Returns the bounded capability report for one saved connection, optionally refreshing discovery. |
Both tools declare read-only, non-destructive, idempotent, closed-world MCP annotations. Connection projections omit endpoints, usernames, authentication, TLS configuration, tunnel details, connection options, secret references, and authentication sources. Responses preserve the broker status, completeness, warnings, partial failures, and structured errors.
An MCP client configuration can launch the server directly:
{
"mcpServers": {
"edith-database": {
"command": "ed",
"args": ["database", "mcp"]
}
}
}Auto-generated from docs/, edit the docs in the repo, not the wiki.
CLI reference
Companion
- Deploy
- Concepts
- Concepts Memory
- Concepts Ingestion
- Concepts Search
- Concepts Chat
- Concepts Learning
- Concepts Brain
- Concepts Friend
- Hosts
- Stack
- Status
- Doctor
- Search
- Index
- Ingest
- Episodes
- Sync
- Observations
- Reflect
- Beliefs
- Ask
- Extract
- Claims
- Corroborate
- Runs
- Chat
- Conversations
- Forget
- Export
- Import
- Erase
- Wipe
- Episode
- Nightly
- Reason
- Personas
- Council
- Lenses
- Core
- Why
- Hypotheses
- Predictions
- Commitments
- Discrepancies
- Calibration
- Inquire
- Entities
- Eval
- Standup
- Machines
- Baselines
- Connectors
- Facts
- Correct
- Weekly
- Db
Database
Guides