Skip to main content
Glama

MCP Database Filesystem

by ppengit
MIT License
  • Apple
  • Linux
__init__.py664 B
""" MCP Database Filesystem ======================= A simple and efficient MCP server for database access and filesystem operations. Features: - Database operations (queries, commands, schema inspection) - Filesystem operations (read, write, directory listing) - Security features (SQL injection protection, filesystem access control) - Environment variable configuration - Cross-platform support Author: PJ Email: peng.it@qq.com License: MIT """ __version__ = "1.1.4" __author__ = "PJ" __email__ = "peng.it@qq.com" __license__ = "MIT" # 导出主要组件 from .server import main __all__ = ["main", "__version__", "__author__", "__email__", "__license__"]

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/ppengit/mcp-db-filesystem'

If you have feedback or need assistance with the MCP directory API, please join our Discord server