Skip to main content
Glama

Local Project Sync

by Cytrogen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SYNC_PATHSNoComma-separated list of absolute paths to project directories you want to sync. For example: 'D:\your\project\directory\src,D:\another\project\directory\src'

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_project_files

递归列出所有已配置同步目录中的文件

read_file_content

读取项目内指定文件的内容,文件路径必须包含前缀,例如 '[backend/src]/main.ts'

search_code_content

在项目代码中搜索指定内容,支持正则表达式

read_multiple_files

批量读取多个文件内容,支持glob模式

analyze_project_structure

分析项目结构,生成模块和功能概览

extract_function_definition

提取指定函数/方法的完整定义,包括注释和装饰器

read_file_section

读取文件的指定行范围

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