sqlite-mcp-server
Employee Database MCP Server
Небольшой Python-проект, который позволяет Claude Desktop взаимодействовать с базой данных сотрудников SQLite через Model Context Protocol (MCP).
Я создал этот проект, чтобы разобраться, как AI-ассистенты могут использовать внешние инструменты для получения и изменения структурированных данных.
Что он делает
Сервер предоставляет Claude набор инструментов для работы с данными сотрудников. Например, Claude может:
Добавить сотрудника
Найти сотрудника по ID
Искать сотрудников по имени
Вывести список всех сотрудников
Обновить зарплату сотрудника
Удалить сотрудника
Найти сотрудника с самой высокой зарплатой
Рассчитать среднюю зарплату
Вывести список отделов компании
Подсчитать количество сотрудников по отделам
Получить общую статистику по компании
Благодаря тому, что инструменты доступны через MCP, я могу задавать Claude вопросы на естественном языке, а не писать SQL-запросы самому.
Related MCP server: SQLite MCP Server
Как это работает
Проект разделён на три основные части:
Claude Desktop
|
| MCP
v
server.py
|
v
database.py
|
v
SQLiteTool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…
Query 40 databases from Claude, ChatGPT, or Cursor — on any device. Read-only, encrypted, audited.
- OleanderOAuthdev.oleander
The all-in-one data stack for agents. Upload files, run SQL, evolve tables, and render charts.
Your Supabase account in natural language: run SQL, apply migrations, manage tables, storage, edge f
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides database access capabilities to Claude with support for both SQLite and SQL Server databases. It enables users to manage schemas, execute SQL queries, and export results through natural language interaction.806MIT
- AlicenseNot gradedqualityDmaintenanceEnables natural language interaction with local SQLite databases through Claude Desktop, translating plain English queries into SQL for data analysis and exploration.3MIT
- AlicenseNot gradedqualityCmaintenanceEnables Claude to query and manage databases (SQLite, SQL Server, PostgreSQL, MySQL) through natural language, supporting read/write operations and schema management.806MIT
- FlicenseNot gradedqualityCmaintenanceEnables Claude Desktop to securely query a SQLite HR database, providing tools to check leave balances and list pending approvals through natural language.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JacobW2000/sqlite-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server