DOCS / MEJA
Bring your AI. Chat with your data.
Configure a provider or local agent and choose the context you share.
Bring your preferred setup
Meja supports OpenAI, Anthropic, Gemini, OpenAI-compatible endpoints and a local-agent CLI option. Configure your provider credentials or local agent before starting a chat.
Local-agent support uses supported CLI configurations; it does not mean every agent can be connected without setup. A local CLI can still call an external service, depending on its own configuration.
Choose your database context
Context chips control what Meja includes: schema, selected SQL, the last error and a sample of the last result. Schema context is enabled by default; the other chips start off.
Before sending a message, review the enabled chips and the provider you selected. External providers receive the context you share when you use AI.
Ask, review, then run
- Describe what you want to understand or query. Include only the context needed for that question.
- Review the explanation or generated SQL. Check table names, filters and any statement that changes data.
- Insert the SQL into your editor and run it when you are ready. Use the normal query and change-review workflow.