
Mcp Server
Wire your coding agent into ExoQuery so Kotlin SQL is documented, validated at compile time, and runnable against SQLite without leaving the editor.
Overview
com.exoquery/mcp-server is an MCP server for the Build phase that exposes ExoQuery docs, Kotlin SQL validation, and SQLite execution to your agent.
What is this MCP server?
- Remote streamable-http MCP at backend.exoquery.com/mcp (no local install required for hosted mode)
- Documentation lookup for the Kotlin compile-time SQL library
- Code validation tools for ExoQuery SQL snippets
- SQLite execution tools to run and check queries in context
- Server schema version 2025-12-11
- Published package version 1.0.0
- Hosted remote: streamable-http at backend.exoquery.com/mcp
What problem does it solve?
Agents guess at compile-time SQL APIs and run unsafe query experiments without validated ExoQuery patterns or a quick SQLite loop.
Who is it for?
Solo builders writing Kotlin backends who want type-safe SQL with agent-assisted docs, validation, and local query runs.
Skip if: Teams on non-Kotlin stacks, pure NoSQL-only products, or production DBA workflows that need managed cloud database control planes.
What do I get? / Deliverables
Your agent can cite ExoQuery behavior, catch SQL issues earlier, and prove queries on SQLite before you merge backend changes.
- Agent-grounded ExoQuery documentation answers in your session
- Validated ExoQuery SQL snippets before merge
- SQLite execution feedback for draft queries
Recommended MCP Servers
Journey fit
Database-centric backend work happens in Build when you implement queries and data access, not during launch or ops tuning alone. Compile-time SQL and SQLite execution are backend integration concerns for JVM/Kotlin services and APIs.
How it compares
MCP integration for ExoQuery and SQLite dev loops, not a standalone agent skill or generic SQL admin panel.
Common Questions / FAQ
Who is com.exoquery/mcp-server for?
Kotlin and JVM indie builders and small teams using ExoQuery who want their AI coding agent to read docs, validate SQL, and test against SQLite.
When should I use com.exoquery/mcp-server?
During backend Build work when you are authoring or refactoring compile-time SQL, onboarding to ExoQuery, or debugging query behavior before ship.
How do I add com.exoquery/mcp-server to my agent?
Register the MCP remote URL https://backend.exoquery.com/mcp as a streamable-http server in Claude Code, Cursor, or another MCP client per that tool’s MCP settings.