Skip to main content
Glama

FileScopeMCP

by admica

select_file_tree

Identify and load a specific file tree from a JSON file to analyze code structure and dependencies using the FileScopeMCP server.

Instructions

Select an existing file tree to work with

Input Schema

NameRequiredDescriptionDefault
filenameYesName of the JSON file containing the file tree

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filename": { "description": "Name of the JSON file containing the file tree", "type": "string" } }, "required": [ "filename" ], "type": "object" }

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/admica/FileScopeMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server