-
securityF
license-
qualityA Model Context Protocol server that enables AI assistants to explore and interact with Cursor IDE's SQLite databases, providing access to project data, chat history, and composer information.
Last updated -
10
Python
Provides tools for working with Phalcon PHP Framework 5.0.x, enabling the creation and management of Phalcon projects, controllers, models, modules, migrations, and CRUD scaffolding.
一个用于执行 Phalcon 5.0.x 框架命令的 Model Context Protocol (MCP) 服务器。该服务器允许 AI 助手创建和管理 Phalcon 项目、控制器、模型等。
使用提供的安装脚本安装所有依赖:
此脚本将安装:
phalcon_info
- 显示 Phalcon 版本和环境信息phalcon_create_project
- 创建新的 Phalcon 项目phalcon_create_module
- 创建新模块phalcon_create_controller
- 创建新控制器phalcon_create_model
- 创建新模型phalcon_create_all_models
- 为所有数据库表创建模型phalcon_create_migration
- 创建新的数据库迁移phalcon_create_scaffold
- 创建完整的 CRUD 脚手架phalcon_create_webtools
- 初始化 Phalcon Webtoolsphalcon_serve
- 启动开发服务器phalcon_list_commands
- 列出所有可用的 Phalcon 命令该服务器使用 MCP 协议与 Cursor IDE 集成,允许 AI 助手直接执行 Phalcon 命令行工具的各种功能。它通过标准输入输出(stdin/stdout)进行通信,不需要额外的网络端口。
phalcon.bat
在系统路径中MIT
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
A Model Context Protocol server that allows AI assistants to create and manage Phalcon 5.0.x framework projects by executing Phalcon commands directly from Cursor IDE.