Back to Home
arnaucast icon

MCP_SERVER

Verified Safe

by arnaucast

Overview

Defines tools for an AI agent to query an SQLite database, specifically for human resources data and database schema exploration.

Installation

Run Command
No command provided

Security Notes

The SQL statements utilize parameterized queries for user input ('?'), which effectively mitigates common SQL injection vulnerabilities. The 'get_db_catalog' tool exposes the database schema, which is a standard feature but should be noted for access control considerations if used in a sensitive context. No 'eval', obfuscation, hardcoded secrets, or direct network risks (beyond the local database) are present in the provided configuration.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-06

Tags

SQLiteAgent ToolingDatabase InteractionData QueryingAI Agent