GALOGPT Filesystem MCP Server Skill

Searches files and directories with a MCP server for codebases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/GaloSerranoA/GALOGPT --skill galogpt-filesystem-mcp-server-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: GALOGPT Filesystem MCP Server Skill
Source: https://github.com/GaloSerranoA/GALOGPT/tree/main/AI_Brain/skills/available_skills/mcp_filesystem
Command: npx skills add https://github.com/GaloSerranoA/GALOGPT --skill galogpt-filesystem-mcp-server-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fastmcp, pydantic.

What problem does it solve?

This skill empowers AI assistants to understand and interact with your codebase, eliminating the need for manual file navigation and content searching. It drastically reduces the time developers spend on code exploration, debugging, and project understanding.

Core Features & Use Cases

  • Intelligent Codebase Navigation: Search for files by name patterns, read file contents, and list directory structures.
  • Advanced Code Search: Find specific text or regex patterns within code files, enabling quick identification of functions, variables, or comments.
  • Project Structure Visualization: Get a hierarchical tree view of your project to quickly grasp its organization.
  • Use Case: Ask your AI to "Find all Python files modified in the last week that contain 'def process_data'" and then "Read the first 50 lines of 'backend/main.py'" to quickly understand recent changes and their context.

Quick Start

Use the 'GALOGPT Filesystem MCP Server Skill' to search for all Python files in the 'backend' directory with the operation 'search_files' and pattern '*.py'.