We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/inakianduaga/clockify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
description: directory structure to follow
globs:
alwaysApply: false
---
---
description: the top-level directory structure for the project
globs:
alwaysApply: false
---
# Directory Structure
```mermaid
flowchart TD
Root[Project Root]
Root --> Docs[docs/]
Root --> Tasks[tasks/]
Root --> Cursor[.cursor/rules/]
Root --> CLINE[.clinerules]
Root --> SourceCode[src/]
Root --> Test[test/]
Root --> Utils[utils/]
Root --> Config[config/]
Root --> Data[data/]
Root --> Other[Other Directories]
```