MCP File Context Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_contextA | Read and analyze code files with advanced filtering and chunking. The server automatically ignores common artifact directories and files:
For large files or directories, use get_chunk_count first to determine total chunks, then request specific chunks using chunkNumber parameter. |
| get_chunk_countA | Get the total number of chunks that will be returned for a read_context request. Use this tool FIRST before reading content to determine how many chunks you need to request. The parameters should match what you'll use in read_context. |
| set_profileC | Set the active profile for context generation |
| get_profile_contextC | Get repository context based on current profile settings |
| generate_outlineC | Generate a code outline for a file, showing its structure (classes, functions, imports, etc). Supports TypeScript/JavaScript and Python files. |
| getFilesC | Retrieve multiple files by their paths, returning content and metadata for each file |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |