borakilicoglu/ajan-sql
AI-safe MCP server for schema-aware, read-only SQL access.
Platform-specific configuration:
{
"mcpServers": {
"ajan-sql": {
"command": "npx",
"args": [
"-y",
"ajan-sql"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<p align="center"> <a href="https://www.npmjs.com/package/ajan-sql"> </a> <a href="https://www.npmjs.com/package/ajan-sql"> </a> <a href="https://github.com/borakilicoglu/ajan-sql/releases"> </a> <a href="https://borakilicoglu.github.io/ajan-sql/"> </a> <a href="./LICENSE"> </a> </p>
<p align="center"> <a href="https://github.com/borakilicoglu/ajan-sql">GitHub Repository</a> </p>
<p align="center"> <a href="https://www.npmjs.com/package/ajan-sql">npm Package</a> </p>
<p align="center"> AI-safe MCP server for schema-aware, read-only SQL access. </p>
ajan-sql is an npm package for running an MCP server over stdio with a PostgreSQL backend.
pgAll executed queries must follow these rules:
SELECT onlyINSERTUPDATEDELETEDROPALTERTRUNCATELIMIT with a default of 1005 secondsThese rules should never be bypassed.
list_tablesdescribe_tablelist_relationshipsrun_readonly_queryLoading reviews...