Skip to main content
Glama
JacobW2000

sqlite-mcp-server

by JacobW2000

Employee Database MCP Server

一个小型 Python 项目,让 Claude Desktop 通过模型上下文协议(MCP)与 SQLite 员工数据库交互。

我构建这个项目是为了学习 AI 助手如何利用外部工具来检索和修改结构化数据。

功能

该服务器为 Claude 提供了一套用于处理员工数据的工具。例如,Claude 可以:

  • 添加员工

  • 按 ID 查找员工

  • 按姓名搜索员工

  • 列出所有员工

  • 更新员工薪资

  • 删除员工

  • 查找薪资最高的员工

  • 计算平均薪资

  • 列出公司部门

  • 按部门统计员工人数

  • 获取公司整体统计信息

由于这些工具通过 MCP 暴露,我可以用自然语言向 Claude 提问,而无需自己编写 SQL 查询。

Related MCP server: SQLite MCP Server

工作原理

该项目分为三个主要部分:

Claude Desktop
      |
      | MCP
      v
   server.py
      |
      v
  database.py
      |
      v
   SQLite
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides 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.
    853
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables natural language interaction with local SQLite databases through Claude Desktop, translating plain English queries into SQL for data analysis and exploration.
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…

  • Live SEO workflow tools for Claude Code, Codex, and AI agents.

  • Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.

View all MCP Connectors

Latest Blog Posts

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