We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rawr-ai/mcp-filesystem'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
description: Use this rule when working specifically within the 'filesystem' project context to understand its unique entities, relationships, and extraction guidelines.
globs: # Add relevant globs for your project files, e.g., src/**/*.py
alwaysApply: false
---
# Graphiti Schema: filesystem Project
This document outlines the specific knowledge graph schema for the 'filesystem' project.
**Core Rules Reference:** For general Graphiti tool usage and foundational entity extraction principles, refer to `@graphiti-mcp-core-rules.mdc`.
**Maintenance:** For rules on how to update *this* schema file, refer to `@graphiti-knowledge-graph-maintenance.mdc`.
---
## 1. Defined Entity Types
*Add definitions for entities specific to the 'filesystem' project here.*
*Reference the entity definition files (e.g., Python classes) if applicable.*
Example:
* **`MyEntity`**: Description of what this entity represents.
* Reference: `@path/to/your/entity/definition.py` (if applicable)
* Fields: `field1` (type), `field2` (type)
---
## 2. Defined Relationships (Facts)
*Define the key relationships (subject-predicate-object triples) specific to 'filesystem'.*
Example:
* **Subject:** `MyEntity`
* **Predicate:** `RELATED_TO`
* **Object:** `AnotherEntity`
*Example Fact:* `(MyEntity: 'Instance A') --[RELATED_TO]-> (AnotherEntity: 'Instance B')`
*Extraction Rule:* Briefly describe how to identify this relationship.
---
## 3. Project-Specific Extraction Guidelines
*Add any extraction rules or nuances unique to the 'filesystem' project.*
*These guidelines supplement or specialize instructions in entity definitions and core rules.*
Example:
* **Handling Ambiguity:** How to resolve conflicts when multiple potential entities match.
* **Inference Rules:** Conditions under which properties can be inferred.
---
## 4. Future Evolution
*Briefly mention potential future directions or areas for schema expansion.*