Local Project Sync
by Cytrogen
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_project_filesB | 递归列出所有已配置同步目录中的文件 |
| read_file_contentB | 读取项目内指定文件的内容,文件路径必须包含前缀,例如 '[backend/src]/main.ts' |
| search_code_contentC | 在项目代码中搜索指定内容,支持正则表达式 |
| read_multiple_filesB | 批量读取多个文件内容,支持glob模式 |
| analyze_project_structureC | 分析项目结构,生成模块和功能概览 |
| extract_function_definitionB | 提取指定函数/方法的完整定义,包括注释和装饰器 |
| read_file_sectionC | 读取文件的指定行范围 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/Cytrogen/local-project-sync'
If you have feedback or need assistance with the MCP directory API, please join our Discord server